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:
parent
ab0efa3edf
commit
295b0dcc3a
|
@ -25,6 +25,16 @@
|
||||||
"branchConcurrentLimit": 0,
|
"branchConcurrentLimit": 0,
|
||||||
"prConcurrentLimit": 0
|
"prConcurrentLimit": 0
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchBaseBranches": ["develop"],
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"prPriority": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchBaseBranches": ["develop"],
|
||||||
|
"matchUpdateTypes": ["minor"],
|
||||||
|
"prPriority": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
"matchBaseBranches": ["stable"],
|
"matchBaseBranches": ["stable"],
|
||||||
|
|
Loading…
Reference in New Issue