Skip to content

Commit

Permalink
Ignore autofix commits for SEEK-Jobs and seek-oss
Browse files Browse the repository at this point in the history
The intent here is to allow Renovate to rebase a branch even if it has a
skuba autofix commits that have been pushed. I think this is as simple
as hardcoding the fixed bot accounts that we use for this purpose.

seek-oss/skuba#1493
  • Loading branch information
72636c committed Mar 25, 2024
1 parent 330116e commit c37cca0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 7 additions & 3 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,19 @@
"branchConcurrentLimit": 12,
"branchPrefix": "renovate-",
"commitMessageAction": "",
"gitIgnoredAuthors": [
"[email protected]",
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com"
],
"internalChecksFilter": "strict",
"minimumReleaseAge": "3 days",
"postUpdateOptions": ["yarnDedupeFewer"],
"prConcurrentLimit": 3,
"prCreation": "immediate",
"prNotPendingHours": 1,
"rangeStrategy": "replace",
"schedule": "after 3:00 am and before 6:00 am on Monday and Friday",
"semanticCommitScope": "",
"semanticCommitType": "deps",
"prCreation": "immediate",
"minimumReleaseAge": "3 days",
"internalChecksFilter": "strict",
"updateNotScheduled": false
}
4 changes: 4 additions & 0 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
"buildkite": { "additionalBranchPrefix": "", "commitMessageExtra": "" },
"commitMessageAction": "",
"commitMessageExtra": "",
"gitIgnoredAuthors": [
"[email protected]",
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com"
],
"postUpdateOptions": ["yarnDedupeFewer"],
"prConcurrentLimit": 2,
"prNotPendingHours": 1,
Expand Down
4 changes: 4 additions & 0 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
}
],
"commitMessageAction": "",
"gitIgnoredAuthors": [
"[email protected]",
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com"
],
"postUpdateOptions": ["yarnDedupeFewer"],
"prConcurrentLimit": 3,
"prNotPendingHours": 1,
Expand Down

0 comments on commit c37cca0

Please sign in to comment.