diff --git a/renovate.json b/renovate.json index 88b30df53..49826a6a9 100644 --- a/renovate.json +++ b/renovate.json @@ -4,5 +4,13 @@ "extends": [ "github>bcgov/renovate-config" ], - "prConcurrentLimit": 3 + "prConcurrentLimit": 3, + "packageRules": [ + { + "packagePatterns": [ + "*" + ], + "automerge": false + } + ] }