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