From c10d867e1cf921adf4597e3d8ad0f5075b76a54c Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Fri, 20 Dec 2024 09:55:42 +0100 Subject: [PATCH] Add bot emails in `renovate.json` Followup on https://github.com/android/nowinandroid/pull/1766 --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index a9eab3c4d..bdd63664f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,6 +7,8 @@ "main" ], "gitIgnoredAuthors": [ - "41898282+github-actions[bot]@users.noreply.github.com" + "41898282+github-actions[bot]@users.noreply.github.com", + "github-actions[bot]@users.noreply.github.com", + "renovate[bot]@users.noreply.github.com" ] }