From 0b69c2b22090c1785d2d148370314b9b680dc52e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 13:04:48 +0000 Subject: [PATCH 1/5] Initial plan From 685b7224a59f3cb900b4d9546aad1d49fa3c05f6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 13:06:54 +0000 Subject: [PATCH 2/5] Add GitHub Actions digest auto-merge rule to renovate config Co-authored-by: stanlemon <86314+stanlemon@users.noreply.github.com> --- renovate.json5 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index b70de4eb..2b3078c2 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -174,6 +174,19 @@ // Don't automerge major updates automerge: false, }, + { + // GitHub Actions digest updates - auto-merge without PR + groupName: 'github-actions digest updates', + matchManagers: [ + 'github-actions', + ], + matchUpdateTypes: [ + 'digest', + ], + automerge: true, + automergeType: 'branch', // Merge directly without creating PR + minimumReleaseAge: null, // No waiting period for digest updates + }, { "groupName": "all digest updates", "groupSlug": "all-digest", From f395ca8d6a136204ba9e14fe6807e65be8d3569e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 13:07:27 +0000 Subject: [PATCH 3/5] Fix quote style consistency in renovate config Co-authored-by: stanlemon <86314+stanlemon@users.noreply.github.com> --- renovate.json5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 2b3078c2..4989f9ed 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -176,15 +176,15 @@ }, { // GitHub Actions digest updates - auto-merge without PR - groupName: 'github-actions digest updates', + "groupName": "github-actions digest updates", matchManagers: [ - 'github-actions', + "github-actions", ], matchUpdateTypes: [ - 'digest', + "digest", ], automerge: true, - automergeType: 'branch', // Merge directly without creating PR + automergeType: "branch", // Merge directly without creating PR minimumReleaseAge: null, // No waiting period for digest updates }, { From 4322f761e4e30c13dca6b1ca9772790050e28224 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 13:08:12 +0000 Subject: [PATCH 4/5] Match predominant quote style in renovate config Co-authored-by: stanlemon <86314+stanlemon@users.noreply.github.com> --- renovate.json5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 4989f9ed..2b3078c2 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -176,15 +176,15 @@ }, { // GitHub Actions digest updates - auto-merge without PR - "groupName": "github-actions digest updates", + groupName: 'github-actions digest updates', matchManagers: [ - "github-actions", + 'github-actions', ], matchUpdateTypes: [ - "digest", + 'digest', ], automerge: true, - automergeType: "branch", // Merge directly without creating PR + automergeType: 'branch', // Merge directly without creating PR minimumReleaseAge: null, // No waiting period for digest updates }, { From ef33bc4f097797c145718870bf04bbf589b7dcbb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 13:14:32 +0000 Subject: [PATCH 5/5] Remove redundant all-digest updates rule Co-authored-by: stanlemon <86314+stanlemon@users.noreply.github.com> --- renovate.json5 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 2b3078c2..685a19ab 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -187,18 +187,6 @@ automergeType: 'branch', // Merge directly without creating PR minimumReleaseAge: null, // No waiting period for digest updates }, - { - "groupName": "all digest updates", - "groupSlug": "all-digest", - "matchPackageNames": [ - "*" - ], - matchUpdateTypes: [ - 'digest', - ], - automerge: true, - automergeType: 'branch', // Use branch automerge for faster deployment - }, { "groupName": "all non-major dependencies", "groupSlug": "all-minor-patch",