chore: Ignore elixir dependency in renovate
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:
Rafael Epplée 2025-05-22 12:02:55 +02:00
parent dce8fbc232
commit cf18d304ee
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118

View file

@ -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
} }
] ]
} }