From e0647437e0dbc157cb4e7404bf97ae60fb3d6a56 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 16 Oct 2023 14:01:18 +0000 Subject: [PATCH] chore: remove workaround Signed-off-by: Michael Kriese --- renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 37be930..ec58ddb 100644 --- a/renovate.json +++ b/renovate.json @@ -57,8 +57,5 @@ "packageNameTemplate": "helm-unittest/helm-unittest", "datasourceTemplate": "github-releases" } - ], - "constraints": { - "helm": "3.12.3" - } + ] }