Skip to content

Commit

Permalink
Hopefully fix renovate for non-major versions & out of work hours f…
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Sep 25, 2023
1 parent 0a2d574 commit a92f709
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":disableDependencyDashboard", ":enablePreCommit"],
"extends": ["config:base", "schedule:nonOfficeHours", ":enablePreCommit"],
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": ["digest", "minor", "patch", "pin"]
"automergeType": "branch"
}
]
],
"platformAutomerge": true
}

0 comments on commit a92f709

Please sign in to comment.