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}}", },