14 lines
296 B
JSON
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"
|
|
}
|
|
]
|
|
}
|