-
Notifications
You must be signed in to change notification settings - Fork 378
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
chore(deps): Update dependencies #1513
base: main
Are you sure you want to change the base?
Conversation
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.
Thank you for the initiative! I like it, I just have some concerns about the frequency.
Also a note about CHANGELOG.md
CHANGELOG.md
Outdated
- Update dependencies | ||
|
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.
Please do not edit this changelog directly, instead see .changes
- package-ecosystem: "cargo" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
groups: | ||
rust_dependencies: | ||
patterns: | ||
- "*" | ||
- package-ecosystem: "cargo" | ||
directory: "/xtask" | ||
schedule: | ||
interval: "weekly" | ||
groups: | ||
rust_dependencies: | ||
patterns: | ||
- "*" |
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.
Would it be possible to only do a pr/update when a (cargo) semver break is done? e.g the first non-zero digit is changed. Reason is that I'm not sure we need to always be up to date, I can be persuaded about this though, I've just never seen the reason to keep track of the changes so closely.
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.
Maybe changing it to be done monthly?
- package-ecosystem: "pip" | ||
directory: "/docker/android" | ||
schedule: | ||
interval: "weekly" | ||
groups: | ||
python_dependencies: | ||
patterns: | ||
- "*" |
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.
Ditto for this, I'd rather do this less often or only when a break happens.
Features
cargo upgrade
Recommendations