diff --git a/renovate.json b/renovate.json index c53c644..f3a3da0 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,11 @@ "extends": [ "config:base" ], - "prConcurrentLimit": 0 + "prConcurrentLimit": 0, + "packageRules": [ + { + "matchUpdateTypes": ["patch"], + "enabled": false + } + ] }