From 95fd713da6a8729daa5b00c117821801d09dbc03 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 16 Oct 2025 22:01:54 +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 9172948..cdccf08 100644 --- a/renovate.json +++ b/renovate.json @@ -54,12 +54,17 @@ ] }, { + "automerge": true, "groupName": "Update helm plugin 'unittest'", "matchDepNames": [ "helm-unittest/helm-unittest" ], "matchDatasources": [ "github-releases" + ], + "matchUpdateTypes": [ + "minor", + "patch" ] }, {