From cf789fb77a8c2c635bee7a2ec9ed57657cebcadc Mon Sep 17 00:00:00 2001 From: Baptiste Canton Date: Sat, 22 Aug 2026 23:47:49 +0200 Subject: [PATCH] chore(renovate): automerge pinDigest updates pinDigest is a distinct update type from pin and digest: it covers the first pinning of a ref that is currently a bare tag. It was missing from the automerge rule, so digest *refreshes* merged themselves weekly but the initial pinning always waited for a manual merge (see #1171). Every actions-major round rewrites refs back to bare tags, so Renovate raises a pinDigest PR after each one; there is no reason to gate those by hand. Co-Authored-By: Claude Opus 5 --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 6cc8e20ba..067e5dd5a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -25,6 +25,7 @@ "minor", "patch", "pin", + "pinDigest", "digest" ] },