From a6a3517a2e30dcf5bc4e4881e96f6e718d738c97 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Thu, 19 Dec 2024 08:30:04 +0100 Subject: [PATCH] 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. --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 053b7c7c67..a9eab3c4d4 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,5 +5,8 @@ ], "baseBranches": [ "main" + ], + "gitIgnoredAuthors": [ + "41898282+github-actions[bot]@users.noreply.github.com" ] -} \ No newline at end of file +}