configure renovate
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2025-04-23 22:20:59 +00:00 committed by moritz
parent abe8443af6
commit b45b37c4a6
4 changed files with 71 additions and 3 deletions

15
renovate.json Normal file
View file

@ -0,0 +1,15 @@
{
"$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"]
}
]
}