diff --git a/.renovaterc.json b/.renovaterc.json index 7190a60..eb1a04d 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,3 +1,10 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } + ] }