control-center/renovate.json
Rinat Arsaev 6a76549c59
Some checks are pending
Main / Deploy (push) Waiting to run
Main / Notify (push) Blocked by required conditions
IMP-332: Domain config move to new table. Add table2 sort (#394)
2024-10-02 16:50:30 +05:00

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"]
}
]
}