diff --git a/renovate.json b/renovate.json index 93afd4a4..e9dfb64b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:base" + ], + "packageRules": [ + { + "updateTypes": ["minor", "patch"], + "groupName": "all minor and patch updates" + } ] }