Extract multiple versions from tags: Found no results from datasource that look like a version #31236
Unanswered
hashworks
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
-
What would you like help with?
I would like help with my configuration
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab, Renovate 37.440.7
Please tell us more about your question or problem
Hi! I need some help with a complex regexManager. I have a GitLab repo dependency
foo/bar
that builds static ffmpeg. It has tags in the form of6.9-1.49
or7.0-1.52
. The first part is the ffmpeg version, the second the build script version.In the repo
blubb/test
it is used like this in ahcl
file:Note the infix that splits both versions in the filename:
full-static
. It is not provided by the datasource and should remain as it is.I build the following regexManager:
As one can see in the logs the file is parsed properly (
"currentValue": "7.0-full-static-1.51",
), but it fails to extract the tags from the datasource:Found no results from datasource that look like a version
.Any idea what I'm missing?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions