From 6e3b47d3238f92fcd12ae4764c5a2c6ffaa4a945 Mon Sep 17 00:00:00 2001 From: Doreen Date: Fri, 22 May 2026 14:06:22 +0200 Subject: [PATCH] fix: remove obsolete extractVersion --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index d2a8c60..8248972 100644 --- a/renovate.json +++ b/renovate.json @@ -22,8 +22,7 @@ "components.resources[type = 'helmChart'].{'depName': $split(access.helmChart, ':')[0], 'currentValue': $split(access.helmChart, ':')[1], 'registryUrl': access.helmRepository}", "components.resources[type = 'helmChart'].{'depName': $split(access.helmChart, ':')[0], 'currentValue': version, 'registryUrl': access.helmRepository}" ], - "datasourceTemplate": "helm", - "extractVersion": "^v?(?.*)$" + "datasourceTemplate": "helm" } ] }