Skip to content

Commit

Permalink
chore(ci): block Renovate automerge (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Feb 2, 2024
1 parent 6394bef commit 1c5ab5f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"extends": [
"github>bcgov/renovate-config"
],
"prConcurrentLimit": 3
"prConcurrentLimit": 3,
"packageRules": [
{
"packagePatterns": [
"*"
],
"automerge": false
}
]
}

0 comments on commit 1c5ab5f

Please sign in to comment.