Skip to content

Commit

Permalink
Restore gitIgnoredAuthors
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 committed Oct 13, 2024
1 parent 1bbb4ee commit 068af7d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"test:default": "RENOVATE_CONFIG_FILE=default.json renovate-config-validator",
"test:non-critical": "RENOVATE_CONFIG_FILE=non-critical.json renovate-config-validator",
"test:third-party-major": "RENOVATE_CONFIG_FILE=third-party-major.json renovate-config-validator"
}
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
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 068af7d

Please sign in to comment.