Skip to content

Commit

Permalink
Update renovate.json; disable automerges (#533)
Browse files Browse the repository at this point in the history
Due to us using :automergeMinor in the default config, we need to disable specific automerges it activated, and cannot simply set automerge:false globally. It will be overridden by the more specific ones
  • Loading branch information
maybeanerd committed Jun 22, 2024
1 parent 3ba8eb7 commit eff85ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>maybeanerd/renovate-config"],
"automerge": false
"minor": {
"automerge": false
},
"patch": {
"automerge": false
}
}

0 comments on commit eff85ae

Please sign in to comment.