chore: Ignore elixir dependency in renovate

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 committed by Moritz
parent 7ddc7aa7b6
commit d620767de2
Signed by: moritz
GPG key ID: 1020A035E5DD0824

View file

@ -10,6 +10,11 @@
"groupName": "asdf tool versions",
"description": "Keep in mind that Renovate currently does not support updating PostgreSQL via asdf.",
"matchFileNames": [".tool-versions"]
},
{
"matchFileNames": [".tool-versions"],
"matchPackageNames": ["elixir"],
"enabled": false
}
]
}