chore(renovate): Prioritize major over minor over patch updates in develop

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2690>
This commit is contained in:
Georg Krause 2023-12-12 13:28:55 +00:00 committed by Marge
parent ab0efa3edf
commit 295b0dcc3a
1 changed files with 10 additions and 0 deletions

View File

@ -25,6 +25,16 @@
"branchConcurrentLimit": 0,
"prConcurrentLimit": 0
},
{
"matchBaseBranches": ["develop"],
"matchUpdateTypes": ["major"],
"prPriority": 2
},
{
"matchBaseBranches": ["develop"],
"matchUpdateTypes": ["minor"],
"prPriority": 1
},
{
"matchUpdateTypes": ["major", "minor"],
"matchBaseBranches": ["stable"],