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.
pull/1837/head
Simon Marquis 9 months ago committed by GitHub
parent ecd27ce1bb
commit 280706a3b6

@ -5,5 +5,8 @@
],
"baseBranches": [
"main"
],
"gitIgnoredAuthors": [
"41898282+github-actions[bot]@users.noreply.github.com"
]
}
}

Loading…
Cancel
Save