Commits on Source 3
-
Bob Van Landuyt authored
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 Originally introduced in !937
-
Andrew Newdigate authored
fix(renovate): try all kinds of truncated versions See merge request !960
-
semantic-release-bot authored
## [2.66.2](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-03-28) ### Fixes * **renovate:** try all kinds of truncated versions ([f4fb5991](f4fb5991))