From f084f2d6617a2cd5b994a2a87e2f690b6b46684a Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 18 Apr 2024 01:06:21 +0300 Subject: [PATCH] chore(ci): fix renovate config Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .github/renovate.json5 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f8ac0984b4a..4a67513649e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -42,10 +42,7 @@ "automerge": false, "autoApprove": true, "separateMinorPatch": true, - "ignorePaths": [ - "charts/unstable/**" - "charts/system/openebs/**" - ], + "ignorePaths": ["charts/unstable/**", "charts/system/openebs/**"], "commitMessageTopic": "container image {{depName}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}", },