This commit is contained in:
parent
abe8443af6
commit
b45b37c4a6
4 changed files with 71 additions and 3 deletions
15
renovate.json
Normal file
15
renovate.json
Normal 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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue