-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore autofix commits for SEEK-Jobs and seek-oss
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
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,6 +124,10 @@ | |
} | ||
], | ||
"commitMessageAction": "", | ||
"gitIgnoredAuthors": [ | ||
"[email protected]", | ||
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com" | ||
], | ||
"postUpdateOptions": ["yarnDedupeFewer"], | ||
"prConcurrentLimit": 3, | ||
"prNotPendingHours": 1, | ||
|