fix(renovate): balance out dependency updates (#42023)
* fix(renovate): balance out dependency updates * chore: allow updates daily
This commit is contained in:
committed by
GitHub
parent
44dc4f6788
commit
5415368293
@ -1,18 +1,16 @@
|
|||||||
{
|
{
|
||||||
"labels": ["renovate"],
|
"labels": ["renovate"],
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base"],
|
||||||
|
"branchConcurrentLimit": 20,
|
||||||
|
"dependencyDashboard": true,
|
||||||
|
"major": {
|
||||||
|
"dependencyDashboardApproval": true
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
"matchCurrentVersion": "!/^0/",
|
"matchCurrentVersion": "!/^0/",
|
||||||
"automerge": true,
|
"automerge": true
|
||||||
"rebaseWhen": "behind-base-branch"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchUpdateTypes": ["major"],
|
|
||||||
"baseBranches": ["renovate-major"],
|
|
||||||
"automerge": false,
|
|
||||||
"rebaseWhen": "behind-base-branch"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
|
Reference in New Issue
Block a user