From 3cea62f2368db90bc153a76842a8bee7402a503e Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 24 Nov 2023 19:54:11 +0100 Subject: [PATCH] Update renovate.json5 Signed-off-by: Kjeld Schouten --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index fa08f6519b8..5c01e56d5ce 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -38,6 +38,7 @@ "enabled": true, "pinDigests": true, "automerge": false, + ""autoApprove": true, "separateMinorPatch": true, "commitMessageTopic": "container image {{depName}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}",