mitgliederverwaltung/renovate.json
Renovate Bot b45b37c4a6
All checks were successful
continuous-integration/drone/push Build is passing
configure renovate
2025-05-14 16:39:57 +02:00

15 lines
421 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"groupName": "Mix dependencies",
"matchCategories": "elixir"
},
{
"groupName": "asdf tool versions",
"description": "Keep in mind that Renovate currently does not support updating PostgreSQL via asdf.",
"matchFileNames": [".tool-versions"]
}
]
}