mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-24 12:17:07 +00:00
chore: update config
This commit is contained in:
parent
abf5741d2d
commit
394848805b
2 changed files with 17 additions and 5 deletions
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue