From 2b74827332225806c552293e48059f42a7ea559f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 16 Oct 2025 22:08:05 +0200 Subject: [PATCH] fix(renovate): update packageRule for helm-unittest/helm-unittest --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 7d0a300..f581e0d 100644 --- a/renovate.json +++ b/renovate.json @@ -52,12 +52,17 @@ ] }, { + "automerge": true, "groupName": "Update helm plugin 'unittest'", "matchDepNames": [ "helm-unittest/helm-unittest" ], "matchDatasources": [ "github-releases" + ], + "matchUpdateTypes": [ + "minor", + "patch" ] }, {