From 20464c3011c6cc9d75e83b5e910b690eb4373dfe Mon Sep 17 00:00:00 2001 From: Aaron Moat <2937187+AaronMoat@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:16:15 +1100 Subject: [PATCH] Try recreateWhen: always for digest pinning (#132) This might help with subsequent digest PRs refusing to be automerged --- default.json | 3 ++- third-party-major.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/default.json b/default.json index bd789bf..efe9468 100644 --- a/default.json +++ b/default.json @@ -266,7 +266,8 @@ { "matchUpdateTypes": ["digest", "pinDigest"], "matchManagers": ["dockerfile"], - "automerge": true + "automerge": true, + "recreateWhen": "always" }, { "matchUpdateTypes": ["digest", "pinDigest"], diff --git a/third-party-major.json b/third-party-major.json index 41c71fc..08ee888 100644 --- a/third-party-major.json +++ b/third-party-major.json @@ -133,7 +133,8 @@ { "matchUpdateTypes": ["digest", "pinDigest"], "matchManagers": ["dockerfile"], - "automerge": true + "automerge": true, + "recreateWhen": "always" }, { "matchUpdateTypes": ["digest", "pinDigest"],