Skip to content

Commit

Permalink
Merge pull request #2732 from internetee/turn-off-automerge-for-renovate
Browse files Browse the repository at this point in the history
turn off automerge for renovate bot
  • Loading branch information
OlegPhenomenon authored Jan 8, 2025
2 parents 3ad45e5 + 1d2317c commit 9ca9ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automerge": false,
"automergeType": "pr"
},
{
Expand Down

0 comments on commit 9ca9ba2

Please sign in to comment.