Skip to content

Commit a6a3517

Browse files
authored
Add GitHub Actions bot to Renovate's gitIgnoredAuthors
To let renovate rebase the reviews when needed, as we sometimes need to update the ringtone dependencies file on top of a dependency bump.
1 parent 7d7549a commit a6a3517

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
],
66
"baseBranches": [
77
"main"
8+
],
9+
"gitIgnoredAuthors": [
10+
"41898282+github-actions[bot]@users.noreply.github.com"
811
]
9-
}
12+
}

0 commit comments

Comments
 (0)