-
-
Notifications
You must be signed in to change notification settings - Fork 308
feat: bump dependency ranges in Renovate pull requests #10323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,7 @@ | |
| "dependencyDashboardApproval": true, | ||
| "minimumReleaseAge": "3 days", | ||
| "postUpdateOptions": ["yarnDedupeHighest"], | ||
| "rangeStrategy": "bump", | ||
| "skipInstalls": false, | ||
| "statusCheckNames": { | ||
| "artifactError": null, | ||
|
|
@@ -13,6 +14,11 @@ | |
| "minimumReleaseAge": null | ||
| }, | ||
| "packageRules": [ | ||
| { | ||
| "description": "Restores the default for peer ranges, which `rangeStrategy` above would otherwise override. Peer ranges are deliberately wide, so they get broadened rather than raised.", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Didn't realize that this was the default for peer dependencies (source here). I would think that Renovate would leave peer deps alone, but I guess that strategy may limit the degree could upgrade production deps. I guess we can see how well this strategy works out in practice. We don't have many peer deps anyway so maybe it doesn't matter. |
||
| "matchDepTypes": ["peerDependencies"], | ||
| "rangeStrategy": "widen" | ||
| }, | ||
| { | ||
| "description": "Mirrors npmPreapprovedPackages in .yarnrc.yml, which exempts these from the install-time age gate.", | ||
| "matchPackageNames": [ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.