From ba57d7cbfa5d544cb133a3af2fd1924f26bc5eab Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 16 Dec 2023 19:02:55 +0100 Subject: [PATCH] Update renovate.json5 Signed-off-by: Kjeld Schouten --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1bded7e7960..828dd03699e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -40,7 +40,7 @@ "pinDigests": true, "automerge": false, "autoApprove": true, - "separateMinorPatch": true,, + "separateMinorPatch": true, "ignorePaths": ["charts/unstable/**"], "commitMessageTopic": "container image {{depName}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}",