15 lines
421 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|