How to get allowedVersions
functionality in a regex manager?
#37133
-
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 problemIn https://github.com/rvolosatovs/docker-protobuf/blob/main/deps.list I want to simultaneously support two major versions of a dependency. Renovate should update I naively tried to configure this as follows:
This generates the error:
Is there some trick I can do with the named group in the Logs (if relevant)No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Needs to be inside packageRules |
Beta Was this translation helpful? Give feedback.
-
Thanks, after some messing around I found that adding a section like this after
Hope this example helps someone! |
Beta Was this translation helpful? Give feedback.
Thanks, after some messing around I found that adding a section like this after
customManagers
will likely fix the issue:Hope this example helps someone!