mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-05 18:15:27 +00:00
15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>valitydev/.github:renovate-config"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Minor",
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"groupName": "Major",
|
|
"matchUpdateTypes": ["major"]
|
|
}
|
|
]
|
|
}
|