From f327b230017c391d4e954c9485ea1beedeba9db9 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 31 Dec 2025 00:01:26 -0500 Subject: [PATCH] try automerging patches --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) 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"],