From c5c630b1c9d6203ac6f5ba7c52677ad71c4cc406 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Fri, 20 Dec 2024 09:55:42 +0100 Subject: [PATCH 1/2] 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" ] } From 80caa2caa068f116c7f20a845b675da377f7e790 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Fri, 20 Dec 2024 10:00:42 +0100 Subject: [PATCH 2/2] Re-order entries to limit changes in diff --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index bdd63664f..0eec647d9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,8 +7,8 @@ "main" ], "gitIgnoredAuthors": [ - "41898282+github-actions[bot]@users.noreply.github.com", + "renovate[bot]@users.noreply.github.com", "github-actions[bot]@users.noreply.github.com", - "renovate[bot]@users.noreply.github.com" + "41898282+github-actions[bot]@users.noreply.github.com" ] }