Skip to content

Commit 62ca335

Browse files
authored
fix(renovate): add ct-changesets[bot] to gitIgnoredAuthors (#3300)
The renovate-changeset workflow commits via the CT Changesets GitHub App (ct-changesets[bot]). Without this entry, Renovate flags those commits as external edits and blocks auto-rebase.
1 parent 79eb3eb commit 62ca335

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
],
66
"rebaseWhen": "never",
77
"gitIgnoredAuthors": [
8-
"41898282+github-actions[bot]@users.noreply.github.com"
8+
"41898282+github-actions[bot]@users.noreply.github.com",
9+
"145970804+ct-changesets[bot]@users.noreply.github.com"
910
],
1011
"packageRules": [
1112
{

0 commit comments

Comments
 (0)