diff --git a/renovate.json b/renovate.json index 010a5e5..694e12d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,13 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "description": "Automerge non-major updates", + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } + ], "extends": [ "config:base", ":semanticCommits",