Looking for good practices how to setup uv.lock maintentance #38022
Unanswered
kesmik
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
Hello,
I am stuck while using renovate with
uv
lock file.Previously I have been using
pip
andrequirement-*.txt
files with pinned dependencies.Each time
renovate
updated pinned dependencies it has generated changes table with confidence, changelog links etc.Now I am using
uv
, so all the dependencies are inpyproject.toml
and they are not pinned (>=
).Renovate updates lock file, but when it does it does not create such table. I think it is a good practice to keep
pyproject.toml
dependencies not pinned.I am not sure if I am doing something wrong, if there are any good practices how to solve this problem?
Maybe lock file changes does not need to be reviewed too much and I am expecting wrongly, not sure.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions