From aee359c8f141c1ad5c06cfda5f67371d59dc3543 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 24 Dec 2022 22:48:41 +0100 Subject: [PATCH] Update renovate.json5 Signed-off-by: Kjeld Schouten-Lebbing --- .github/renovate.json5 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 92493997c64..0989ccce2cf 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -38,6 +38,15 @@ "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}", "matchUpdateTypes": ["major", "minor", "patch", "digest"], }, + { + "datasources": ["docker"], + "enabled": true, + "pinDigests": true, + "automerge": true, + "separateMinorPatch": true, + "commitMessageTopic": "container image {{depName}}", + "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}", + }, // Setup datasources for github actions { "matchManagers": ["github-actions"],