Skip to content

Commit

Permalink
chore: update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jade-gjz committed Oct 9, 2022
1 parent 6a1d965 commit 50ee117
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
"extends": [
"config:base"
],
"semanticCommits": "auto",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"rangeStrategy": "replace"
},
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"depTypeList": ["devDependencies"],
"automerge": true
}
]
}

0 comments on commit 50ee117

Please sign in to comment.