From c2116006115d6662cc575a6f07399582b4edea44 Mon Sep 17 00:00:00 2001 From: Caleb Cushing Date: Fri, 22 May 2026 09:01:49 -0400 Subject: [PATCH] ci: include sha in branch name --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 558974ff..1709f804 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,6 +33,7 @@ matchManagers: ["github-actions"], matchDepNames: ["xenoterracide/**"], extends: ["helpers:pinGitHubActionDigests"], + branchTopic: "{{{depNameSanitized}}}-{{{newDigestShort}}}", automerge: true, }, ],