From 56b95cc13436faa3c337ca72b97f23f12aaae2f4 Mon Sep 17 00:00:00 2001 From: Aaron Moat <2937187+AaronMoat@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:15:07 +1100 Subject: [PATCH] Restore gitIgnoredAuthors (#126) I reverted this in https://github.com/seek-oss/rynovate/pull/125 because I was noticing an autofix-rebase loop with a skuba upgrade. I have traced this down to skuba's upgrade changing Docker images. I'm a little confused on the details, but Renovate then decided the branch was out of date because there were new dependencies to update. I believe that restoring skuba to be in its own PR will bypass this issue. --- default.json | 5 ++++- non-critical.json | 7 +++++-- third-party-major.json | 5 ++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/default.json b/default.json index 9aa5f90..bd789bf 100644 --- a/default.json +++ b/default.json @@ -278,7 +278,10 @@ "branchConcurrentLimit": null, "branchPrefix": "renovate-", "commitMessageAction": "", - "gitIgnoredAuthors": [], + "gitIgnoredAuthors": [ + "34733141+seek-oss-ci@users.noreply.github.com", + "87109344+buildagencygitapitoken[bot]@users.noreply.github.com" + ], "postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"], "prConcurrentLimit": 3, "prNotPendingHours": 1, diff --git a/non-critical.json b/non-critical.json index 190051a..b5f40ef 100644 --- a/non-critical.json +++ b/non-critical.json @@ -55,7 +55,7 @@ "allowedVersions": "!/^(3\\.42\\.0|4\\.21\\.0)$/" }, { - "excludePackageNames": ["seek-jobs/gantry", "seek-jobs/automat"], + "excludePackageNames": ["seek-jobs/gantry", "seek-jobs/automat", "skuba"], "matchUpdateTypes": [ "bump", "digest", @@ -86,7 +86,10 @@ "buildkite": { "additionalBranchPrefix": "", "commitMessageExtra": "" }, "commitMessageAction": "", "commitMessageExtra": "", - "gitIgnoredAuthors": [], + "gitIgnoredAuthors": [ + "34733141+seek-oss-ci@users.noreply.github.com", + "87109344+buildagencygitapitoken[bot]@users.noreply.github.com" + ], "postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"], "prConcurrentLimit": 2, "prNotPendingHours": 1, diff --git a/third-party-major.json b/third-party-major.json index 86727d5..41c71fc 100644 --- a/third-party-major.json +++ b/third-party-major.json @@ -143,7 +143,10 @@ } ], "commitMessageAction": "", - "gitIgnoredAuthors": [], + "gitIgnoredAuthors": [ + "34733141+seek-oss-ci@users.noreply.github.com", + "87109344+buildagencygitapitoken[bot]@users.noreply.github.com" + ], "postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"], "prConcurrentLimit": 3, "prNotPendingHours": 1,