Skip to content

Commit

Permalink
Disable Renovate automerge ahead of the next show (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwade authored Jun 15, 2024
1 parent c00b617 commit 4704407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"packageRules": [
{
"matchUpdateTypes": ["patch", "digest"],
"automerge": true
"automerge": false
},
{
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^[~^]?0/",
"automerge": true
"automerge": false
},
{
"matchUpdateTypes": ["minor"],
Expand All @@ -21,6 +21,6 @@
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"],
"automerge": true
"automerge": false
}
}

0 comments on commit 4704407

Please sign in to comment.