From 1bbb4ee574d441263e535e1055bf3d6d4285a251 Mon Sep 17 00:00:00 2001 From: Aaron Moat <2937187+AaronMoat@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:36:03 +1100 Subject: [PATCH] Temporarily remove gitIgnoredAuthors (#125) I'm seeing build-rebase loops, and suspect it's related to this given an old/suspiciously similar issue: https://github.com/renovatebot/renovate/issues/21004 --- default.json | 5 +---- non-critical.json | 5 +---- third-party-major.json | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/default.json b/default.json index 7089e1a..63cd955 100644 --- a/default.json +++ b/default.json @@ -278,10 +278,7 @@ "branchConcurrentLimit": null, "branchPrefix": "renovate-", "commitMessageAction": "", - "gitIgnoredAuthors": [ - "34733141+seek-oss-ci@users.noreply.github.com", - "87109344+buildagencygitapitoken[bot]@users.noreply.github.com" - ], + "gitIgnoredAuthors": [], "postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"], "prConcurrentLimit": 3, "prNotPendingHours": 1, diff --git a/non-critical.json b/non-critical.json index 7afd76b..190051a 100644 --- a/non-critical.json +++ b/non-critical.json @@ -86,10 +86,7 @@ "buildkite": { "additionalBranchPrefix": "", "commitMessageExtra": "" }, "commitMessageAction": "", "commitMessageExtra": "", - "gitIgnoredAuthors": [ - "34733141+seek-oss-ci@users.noreply.github.com", - "87109344+buildagencygitapitoken[bot]@users.noreply.github.com" - ], + "gitIgnoredAuthors": [], "postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"], "prConcurrentLimit": 2, "prNotPendingHours": 1, diff --git a/third-party-major.json b/third-party-major.json index ad0478c..24294e0 100644 --- a/third-party-major.json +++ b/third-party-major.json @@ -143,10 +143,7 @@ } ], "commitMessageAction": "", - "gitIgnoredAuthors": [ - "34733141+seek-oss-ci@users.noreply.github.com", - "87109344+buildagencygitapitoken[bot]@users.noreply.github.com" - ], + "gitIgnoredAuthors": [], "postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"], "prConcurrentLimit": 3, "prNotPendingHours": 1,