chore: Ignore elixir dependency in renovate
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
It's a bit complicated to support the `-otp` postfix right now, so to fix this right now, we'll just disable automatic updates for elixir.
This commit is contained in:
parent
dce8fbc232
commit
cf18d304ee
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@
|
||||||
"groupName": "asdf tool versions",
|
"groupName": "asdf tool versions",
|
||||||
"description": "Keep in mind that Renovate currently does not support updating PostgreSQL via asdf.",
|
"description": "Keep in mind that Renovate currently does not support updating PostgreSQL via asdf.",
|
||||||
"matchFileNames": [".tool-versions"]
|
"matchFileNames": [".tool-versions"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": [".tool-versions"],
|
||||||
|
"matchPackageNames": ["elixir"],
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue