mitgliederverwaltung/renovate.json
Renovate Bot 75ed3bb742
Some checks reported errors
continuous-integration/drone/push Build was killed
configure renovate
2025-05-08 13:59:25 +02:00

14 lines
296 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"groupName": "Mix dependencies",
"matchCategories": "elixir"
},
{
"groupName": "Postgresql",
"matchDepNames": "postgres"
}
]
}