From 26af07c3abcd026674f344e63f42aa5ae3142fed Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 11 Sep 2021 12:19:33 +0200 Subject: [PATCH] try different way of digest pinning --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6a9cf86624e..75513621f03 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -25,6 +25,7 @@ "datasources": ["docker"], "matchManagers": ["helm-values"], "enabled": true, + "pinDigests": true, "commitMessageTopic": "container image {{depName}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}", "matchUpdateTypes": ["major", "minor", "patch"], @@ -87,7 +88,6 @@ "bumpVersion": "patch", "labels": ["tag/non-major"], "groupName": ["non-major"], - "pinDigests": true, "schedule": [ "on tuesday" ]