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,