Skip to content

Commit

Permalink
build(deps-bot): enable auto-merge on non-major deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Sep 13, 2021
1 parent b9eaa04 commit cea2c21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"dependencyDashboard": false,
"labels": ["dependencies"],
"lockFileMaintenance": { "enabled": true },
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automergeStrategy": "squash"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
"prConcurrentLimit": 20,
"rangeStrategy": "bump",
Expand Down

0 comments on commit cea2c21

Please sign in to comment.