diff --git a/renovate.json b/renovate.json index 4bf4322..a6ed955 100644 --- a/renovate.json +++ b/renovate.json @@ -5,5 +5,14 @@ "prHourlyLimit": 40, "extends": [ "config:recommended" + ], + "packageRules": [ + { + "description": "Automatically merge minor and patch updates", + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true, + "minimumReleaseAge": "3 days" + } ] }