Skip to content

Commit 993e7d0

Browse files
jdxclaude
andcommitted
fix: configure Renovate to ignore github-actions[bot] commits
Adds gitIgnoredAuthors to allow Renovate to auto-rebase PRs even after the renovate-dist-update workflow adds commits. Without this, Renovate refuses to auto-rebase because it sees commits from an unrecognized author. Also sets rebaseWhen to "conflicted" to prevent infinite rebase loops that can occur when gitIgnoredAuthors is combined with auto-rebasing. This fixes the warning on PRs like #301 where Renovate says it "does not recognize the last commit author". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c7b5f37 commit 993e7d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>jdx/renovate-config"]
3+
"extends": ["github>jdx/renovate-config"],
4+
"gitIgnoredAuthors": ["github-actions[bot]@users.noreply.github.com"],
5+
"rebaseWhen": "conflicted"
46
}

0 commit comments

Comments
 (0)