diff --git a/renovate.json b/renovate.json index d8ccc18..65c8d11 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,12 @@ } ], "packageRules": [ + { + "description": "Automerge patch updates", + "matchUpdateTypes": ["patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + }, { "description": "Rook Ceph - auto-update minor and patch versions only", "matchDatasources": ["docker"],