Skip to content

Commit

Permalink
Restore gitIgnoredAuthors (#126)
Browse files Browse the repository at this point in the history
I reverted this in #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.
  • Loading branch information
AaronMoat authored Oct 16, 2024
1 parent d881b88 commit 56b95cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,10 @@
"branchConcurrentLimit": null,
"branchPrefix": "renovate-",
"commitMessageAction": "",
"gitIgnoredAuthors": [],
"gitIgnoredAuthors": [
"[email protected]",
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com"
],
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"],
"prConcurrentLimit": 3,
"prNotPendingHours": 1,
Expand Down
7 changes: 5 additions & 2 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -86,7 +86,10 @@
"buildkite": { "additionalBranchPrefix": "", "commitMessageExtra": "" },
"commitMessageAction": "",
"commitMessageExtra": "",
"gitIgnoredAuthors": [],
"gitIgnoredAuthors": [
"[email protected]",
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com"
],
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"],
"prConcurrentLimit": 2,
"prNotPendingHours": 1,
Expand Down
5 changes: 4 additions & 1 deletion third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@
}
],
"commitMessageAction": "",
"gitIgnoredAuthors": [],
"gitIgnoredAuthors": [
"[email protected]",
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com"
],
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"],
"prConcurrentLimit": 3,
"prNotPendingHours": 1,
Expand Down

0 comments on commit 56b95cc

Please sign in to comment.