From eb196b0dfa83975c4ebafc64c1f91da9dc25269b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 16 Dec 2023 18:53:11 +0100 Subject: [PATCH] Update renovate.json5 Signed-off-by: Kjeld Schouten --- .github/renovate.json5 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index add46ae8b21..1bded7e7960 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,10 +30,8 @@ { "datasources": ["helm"], "matchManagers": ["helmv3"], - "commitMessageTopic": "Helm chart {{depName}}" - "ignorePaths": [ - "charts/unstable/**" - ], + "commitMessageTopic": "Helm chart {{depName}}", + "ignorePaths": ["charts/unstable/**"], }, // global docker datasource settings { @@ -42,10 +40,8 @@ "pinDigests": true, "automerge": false, "autoApprove": true, - "separateMinorPatch": true, - "ignorePaths": [ - "charts/unstable/**" - ], + "separateMinorPatch": true,, + "ignorePaths": ["charts/unstable/**"], "commitMessageTopic": "container image {{depName}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}", },