From 965a8ae9b2ba7354cd9ede68fbbfa7fb442f2593 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 25 Nov 2023 19:58:13 +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 5c01e56d5ce..bf7bb4c88fc 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -38,7 +38,7 @@ "enabled": true, "pinDigests": true, "automerge": false, - ""autoApprove": true, + "autoApprove": true, "separateMinorPatch": true, "commitMessageTopic": "container image {{depName}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}",