-
Notifications
You must be signed in to change notification settings - Fork 619
ci: Update renovate.json to include matchManagers rules #3233
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,8 +10,18 @@ | |
| }, | ||
| { | ||
| "matchUpdateTypes": ["minor"], | ||
| "matchManagers": ["js"], | ||
| "dependencyDashboardApproval": true | ||
| }, | ||
| { | ||
| "matchUpdateTypes": ["minor"], | ||
| "matchManagers": ["!js"], | ||
| "schedule": ["before 3am on Monday"] | ||
| }, | ||
| { | ||
| "matchManagers": ["ci"], | ||
|
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. And I believe this one is 'github-actions', https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/api.ts#L155
Contributor
Author
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. Yes but category is ci https://docs.renovatebot.com/modules/manager/ hence a little more broad. |
||
| "schedule": ["before 3am on Monday"] | ||
| }, | ||
| { | ||
| "matchPackageNames": ["@opentelemetry/api"], | ||
| "rangeStrategy": "widen" | ||
|
|
||
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.
IIUC the manager name is
npm(https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/api.ts#L72).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.
Correct but js is the category name https://docs.renovatebot.com/modules/manager/ hence encompasses other js package sources.