From 2b4be2c079c61a0227d0ae8797f2fc427be90464 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 12 Nov 2025 21:26:15 +0100 Subject: [PATCH] chore(deps): restrict updates of helm/helm to minor and patch --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index d4904a1..dde8cd8 100644 --- a/renovate.json +++ b/renovate.json @@ -31,6 +31,10 @@ ], "matchManagers": [ "regex" + ], + "matchUpdateTypes": [ + "minor", + "patch" ] } ]