Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
Run whenever
Use a branch instead of a PR for automerging
  • Loading branch information
Zac Colley authored Mar 24, 2022
1 parent 56c20c1 commit e0133ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"dependencyDashboardLabels": ["Dependencies"],
"packageRules": [
{
"schedule": ["after 10pm and before 5am every weekday", "every weekend"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"automergeType": "pr",
"automergeType": "branch",
"ignoreTests": false
}
]
Expand Down

0 comments on commit e0133ec

Please sign in to comment.