From 7cfe3bd7a2d4a44a593fb89473ef82684d246f5f Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Fri, 20 Dec 2024 10:00:42 +0100 Subject: [PATCH] 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" ] }