fix(renovate): try all kinds of truncated versions
fix(renovate): try all kinds of truncated versions
This changes the package rules for truncated versions.
The intention here is to match all truncated versions for all
packages. This means that we'll try to match both major
and
major.minor
for these packages, and for the match manager that
require it, we'll also try this with a v
prefix.
This way, downstream packages can pick which kind of truncated version they use and renovate will not try to change it.
We could standardize on a certain type of version per package, but I think we would likely need to do that in a different script.
Related to #37 (closed)
Originally introduced in !937 (merged)