Updates skipped for certain non-semver dependency versions, reason invalid-version
#28480
-
What would you like help with?I would like help with my configuration How are you running Renovate?Mend Renovate hosted app on github.com 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 problemI have a python dependency for which Renovate doesn't create updates. The updated version number is not typical ( Is there any specific setting that covers that case? Here's a reproduction repo with the PR that doesn't contain the update for Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I think unfortunately this may be a range syntax which Renovate doesn't support. It's using a semver-like If you remove the |
Beta Was this translation helpful? Give feedback.
I think unfortunately this may be a range syntax which Renovate doesn't support. It's using a semver-like
^
syntax but then a non-semver0.43b0
version.If you remove the
^
(i.e. "pinning" to a single version) then it may already work. Your repository is not minimal (multiple package files, excess config) so I am not going to fork/test against it myself. I think this could be minimally reproduced with a single package file and single dependency instead, if you later wish for us to take a deeper look or fix.