chore: use matchUpdateTypes (#5942)

pull/5939/head
Joe Previte 2023-01-04 16:08:39 -07:00 committed by GitHub
parent 834d16df2a
commit 9e266db379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,12 +1,17 @@
{
"rangeStrategy": "replace",
"extends": ["config:base"],
"includesPeerDependencies": true,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"groupName": "Minor dependency updates"
},
{
"matchDepTypes": ["peerDependencies"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"groupName": "Peer dependency updates"
}
],
"vulnerabilityAlerts": {