Skip to content

Commit

Permalink
Temporarily remove gitIgnoredAuthors (#125)
Browse files Browse the repository at this point in the history
I'm seeing build-rebase loops, and suspect it's related to this given an old/suspiciously similar issue: renovatebot/renovate#21004
  • Loading branch information
AaronMoat authored Oct 6, 2024
1 parent 63a1616 commit 1bbb4ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,7 @@
"branchConcurrentLimit": null,
"branchPrefix": "renovate-",
"commitMessageAction": "",
"gitIgnoredAuthors": [
"[email protected]",
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com"
],
"gitIgnoredAuthors": [],
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"],
"prConcurrentLimit": 3,
"prNotPendingHours": 1,
Expand Down
5 changes: 1 addition & 4 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@
"buildkite": { "additionalBranchPrefix": "", "commitMessageExtra": "" },
"commitMessageAction": "",
"commitMessageExtra": "",
"gitIgnoredAuthors": [
"[email protected]",
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com"
],
"gitIgnoredAuthors": [],
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"],
"prConcurrentLimit": 2,
"prNotPendingHours": 1,
Expand Down
5 changes: 1 addition & 4 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,7 @@
}
],
"commitMessageAction": "",
"gitIgnoredAuthors": [
"[email protected]",
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com"
],
"gitIgnoredAuthors": [],
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"],
"prConcurrentLimit": 3,
"prNotPendingHours": 1,
Expand Down

0 comments on commit 1bbb4ee

Please sign in to comment.