From 6e0857a900431ab7ce1e1d68ca6221c93cc36b6d Mon Sep 17 00:00:00 2001 From: Jayson Grace Date: Sat, 23 May 2026 21:01:06 -0600 Subject: [PATCH] ci: switch renovate automerge from branches to prs **Changed:** - Renovate automerge behavior now uses pull requests instead of direct branch automerge, keeping dependency updates visible before merge **Removed:** - Branch automerge preset from Renovate configuration to avoid conflicting with PR-based automerge --- .github/renovate.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9426f088..e4550840 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,7 +7,6 @@ ':semanticCommits', ':enablePreCommit', ':automergeDigest', - ':automergeBranch', 'helpers:pinGitHubActionDigests', ], dependencyDashboardLabels: [ @@ -54,7 +53,7 @@ 'patch', ], automerge: true, - automergeType: 'branch', + automergeType: 'pr', }, { description: 'Auto merge warpgate patch and minor updates',