From c95c322aa4559e991aa7041fa9e3067835066741 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 9 Oct 2023 12:00:35 +0000 Subject: [PATCH] chore(renovate): pin helm version https://github.com/helm/helm/issues/12463 Signed-off-by: Michael Kriese --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ec58ddb..37be930 100644 --- a/renovate.json +++ b/renovate.json @@ -57,5 +57,8 @@ "packageNameTemplate": "helm-unittest/helm-unittest", "datasourceTemplate": "github-releases" } - ] + ], + "constraints": { + "helm": "3.12.3" + } }