chore: update config

This commit is contained in:
Michael Kriese 2020-04-29 07:06:33 +02:00
parent abf5741d2d
commit 394848805b
2 changed files with 17 additions and 5 deletions

View file

@ -10,7 +10,10 @@
"lockFileMaintenance": {
"enabled": true,
"schedule": ["at any time"],
"stabilityDays": 0,
"masterIssueApproval": true
},
"major": {
"stabilityDays": 3,
"masterIssueApproval": true
},
"packageRules": [
@ -23,6 +26,7 @@
"description": "Automerge devDependencies updates",
"depTypeList": ["devDependencies"],
"updateTypes": ["pin", "digest", "patch", "minor"],
"schedule": ["at any time"],
"automerge": true,
"automergeType": "branch"
},
@ -30,6 +34,7 @@
"description": "Automerge renovate minor and patch updates",
"packageNames": ["renovate/renovate"],
"updateTypes": ["minor", "patch"],
"schedule": ["at any time"],
"automerge": true,
"automergeType": "branch"
}