-
Notifications
You must be signed in to change notification settings - Fork 2
Bump pnpm to v10 and standardize Renovate config #224
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # See: https://pnpm.io/supply-chain-security | ||
| blockExoticSubdeps: true | ||
| minimumReleaseAge: 20160 # 14 days (keep in sync with Renovate config) | ||
| onlyBuiltDependencies: | ||
| - unrs-resolver | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,35 +1,5 @@ | ||
| { | ||
| "$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
| "extends": ["config:base"], | ||
| "packageRules": [ | ||
| { | ||
| "matchPackageNames": ["node", "@octokit/rest"], | ||
| "enabled": false | ||
| }, | ||
| { | ||
| "matchDepTypes": ["packageManager"], | ||
| "matchPackageNames": ["pnpm"], | ||
| "extends": ["schedule:quarterly"] | ||
| }, | ||
| { | ||
| "matchDepTypes": ["devDependencies"], | ||
| "matchUpdateTypes": ["patch", "minor"], | ||
| "schedule": ["before 4am on Monday"], | ||
| "groupName": "non-major-dev-dependencies", | ||
| "automerge": true | ||
| }, | ||
| { | ||
| "matchDepTypes": ["dependencies"], | ||
| "matchUpdateTypes": ["patch", "minor"], | ||
| "schedule": ["before 4am on Monday"], | ||
| "groupName": "non-major-dependencies", | ||
| "automerge": true | ||
| } | ||
| ], | ||
| "rangeStrategy": "bump", | ||
| "lockFileMaintenance": { | ||
| "enabled": false | ||
| }, | ||
| "reviewers": ["Siegrift"], | ||
| "dependencyDashboard": false | ||
| "extends": ["local>api3dao/renovate-config"], | ||
| "reviewers": ["Siegrift"] | ||
|
Contributor
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. We don't have anything in the shared preset for |
||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm did you find that this project needs this script to run? FYI my approach has been to only enable scripts that we know we need.