This commit is contained in:
parent
77632bedec
commit
75ed3bb742
4 changed files with 70 additions and 3 deletions
14
renovate.json
Normal file
14
renovate.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "Mix dependencies",
|
||||
"matchCategories": "elixir"
|
||||
},
|
||||
{
|
||||
"groupName": "Postgresql",
|
||||
"matchDepNames": "postgres"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue