From 88a08b763d7ce732875c71460a1b5ea1886ce002 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 4 Sep 2021 11:58:45 +0200 Subject: [PATCH] try again to fix renoivate --- .github/renovate.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index de8090a0fd5..cfb4aa2e28f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -18,7 +18,7 @@ { "datasources": ["helm"], "matchManagers": ["helmv3"], - "commitMessageTopic": "Helm chart {{depName}}", + "commitMessageTopic": "Helm chart {{depName}}" }, // global docker datasource settings { @@ -53,7 +53,6 @@ "bumpVersion": "patch", "labels": ["dependency/patch-minor"], "groupName": "non-major helm deps", - "groupSlug": "all-minor-patch" "schedule": [ "on tuesday" ]