Update Transitive Dependencies #15762
blitz
started this conversation in
Suggest an Idea
Replies: 3 comments 1 reply
-
what about lockfile maintenance feature? isn't that working for cargo? |
Beta Was this translation helpful? Give feedback.
0 replies
-
What is described here is exactly how lockFileMaintenance is intended to work |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, never mind then. It seems I just have issues finding this feature as the naming was unintuitive. Sorry for the noise! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like Renovate to be able to do?
Renovate currently updates direct dependencies of a project. In Rust with Cargo for dependencies, transitive dependencies are not updated. This means that dependencies of dependencies still have to be manually updated via
cargo update
to avoid running into stale dependencies with security or other issues.This relates to #13958.
If you have any ideas on how this should be implemented, please tell us here.
Opening PRs for individual transitive dependencies will likely generate a ton of noise. As a user, I would want to have a weekly MR that just bumps all transitive dependencies.
Is this a feature you are interested in implementing yourself?
No
Beta Was this translation helpful? Give feedback.
All reactions