-
Notifications
You must be signed in to change notification settings - Fork 50
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
Renovate config to automate @edx namespaced minor/patch version upgrades #770
Renovate config to automate @edx namespaced minor/patch version upgrades #770
Conversation
Hi @abdullahwaheed! If you plan to proceed with this PR, you will need to rebase as the branch is out-of-date. Thank you! |
…ions of edx dependencies
6ce584a
to
66ad192
Compare
"matchPackagePatterns": ["@edx"], | ||
"matchUpdateTypes": ["minor", "patch"], | ||
"automerge": true, | ||
"automergeSchedule": ["at any time"] |
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.
Is it okay to schedule it to anytime? (please enlighten me since I may not have full context on this.)
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 will merge the PR of @edx
minor and patch package upgrades anytime and automatically. Mostly the minor and patch upgrades doesn't have breaking changes so we can safely merge it anytime.
Added back the label to flag @abdullahwaheed that this seems to be waiting for his action (just rebase and merge, as far as I can tell). |
done rebasing, ready to merge |
@ansabgillani - this looks ready for you review/merge. Thanks! |
Actually, sorry @ansabgillani - looks like @Ali-D-Akbar needs to complete review first. @Ali-D-Akbar would you mind taking a look at this? |
Ticket
Create common renovate config that automates @edx namespaced minor/patch version upgrades
What has changed
Added Renovate config to update and auto merge
@edx
name spaced minor and patch packages.Added auto merge schedule to at any time as overall schedule is for weekend only