Support for git dependencies in cargo #26521
Replies: 3 comments 3 replies
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction. We may close the discussion if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
needs community contribution |
Beta Was this translation helpful? Give feedback.
-
The repo linked in the description is a minimal reproduction. |
Beta Was this translation helpful? Give feedback.
-
Tell us more.
https://github.com/richvdh/renovate-cargo-git-test is an example of a Cargo project with a git dependency.
Cargo.lock
is out of date, and can be updated withcargo update -p empty-git-lib
.Renovate reports:
My understanding, looking at the source, is that Renovate will refuse to touch any dependency that comes from a git repo. It would be great if support could be added!
Beta Was this translation helpful? Give feedback.
All reactions