diff --git a/renovate.json b/renovate.json index b9d4777a..7b25daa1 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,11 @@ { "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true + }, + { + "matchUpdateTypes": ["patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true } ] }