-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
create separate groups of packages #3801
Conversation
}, | ||
{ | ||
"packageNames": ["typescript", "ts-node", "tslint-config-standard"], | ||
"groupName": "typescript" |
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.
this group will have all those dependencies and will follow common schedule
@@ -11,11 +11,50 @@ | |||
}, | |||
"rangeStrategy": "pin", | |||
"packageRules": [ | |||
{ | |||
"packagePatterns": "^@cypress", |
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.
all package names that start with @cypress
will be in 1 PR created nightly
"enabled": false | ||
}, | ||
{ | ||
"packagePatterns": "^@types", |
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.
all types will be in one PR weekly
This looks great |
ok, will merge and will see what Renovate does, should minimize the noise - and we can add groups as needed |
closes Minimize number of Renovate bot pull requests #3800
all dependencies by default updates once per month
defined several groups that update weekly
Gleb's dependencies and
@cypress
dependencies are grouped together and updated nightly