mitgliederverwaltung/renovate.json
Rafael Epplée 4f3fb1bb4b
chore: Remove renovate comment about postgresql in asdf
Since postgres is now handled via docker-compose instead of asdf, the
restriction mentioned in the comment does not apply anymore.
2025-07-03 12:44:57 +02:00

19 lines
432 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"groupName": "Mix dependencies",
"matchCategories": "elixir"
},
{
"groupName": "asdf tool versions",
"matchFileNames": [".tool-versions"]
},
{
"matchFileNames": [".tool-versions"],
"matchPackageNames": ["elixir"],
"enabled": false
}
]
}