diff --git a/renovate.json b/renovate.json index 9dc1cf48..a1d57573 100644 --- a/renovate.json +++ b/renovate.json @@ -10,5 +10,11 @@ "dependencies", "renovate" ], - "prConcurrentLimit": 5 + "prConcurrentLimit": 5, + "packageRules": [ + { + "matchUpdateTypes": ["patch","minor"], + "automerge": true + } + ] }