diff --git a/renovate.json b/renovate.json index 80e8abd..755b9fc 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,10 @@ { "extends": [ "config:best-practices" - ] + ], + "packageRules": [{ + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + }] }