-
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.
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
Showing
4 changed files
with
15 additions
and
5 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 |
---|---|---|
|
@@ -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, | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
@@ -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, | ||
|
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 |
---|---|---|
|
@@ -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" | ||
} |
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 |
---|---|---|
|
@@ -143,7 +143,10 @@ | |
} | ||
], | ||
"commitMessageAction": "", | ||
"gitIgnoredAuthors": [], | ||
"gitIgnoredAuthors": [ | ||
"[email protected]", | ||
"87109344+buildagencygitapitoken[bot]@users.noreply.github.com" | ||
], | ||
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"], | ||
"prConcurrentLimit": 3, | ||
"prNotPendingHours": 1, | ||
|