From d31f89b2e3d2a71e1ad794af8903a3b3e5c9fe7e Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Sat, 28 Mar 2026 20:30:23 -0700 Subject: [PATCH] ci: let Renovate rebase over github-actions[bot] commits --- .github/renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 27212064..8b4e3147 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,6 +5,9 @@ "helpers:pinGitHubActionDigests", ":separateMajorReleases" ], + "gitIgnoredAuthors": [ + "41898282+github-actions[bot]@users.noreply.github.com" + ], "labels": ["dependencies"], "prConcurrentLimit": 5, "prHourlyLimit": 2,