Open larasika opened 2 years ago
Reproduction repo : https://github.com/larasika/test-renovate
cc @rarkins
hi hi @rarkins @viceice ! Just wondering and want to follow up – is there any update regarding this issue ? Thanks !
I think this is ready, but will not implemented by a maintainer. So will require a community contribution to get done.
I think this would be a nice addition regardless of the datasource used.
In my case I want to only pin to major version numbers because minor updates are handled automatically and having the minor stated explicitly would lead to issues.
Edit: Ah. This can be done with extractVersion.
What would you like Renovate to be able to do?
Using
rez
package manager, I would like Renovate to be able to upgrade the version of dependencies while matching the current version precision of those dependencies.For example, if
foo-3.2.1
is the latest version available to update to, then: If the current version in the project isfoo-1
, then it should be updated tofoo-3
. If the current version in the project isfoo-1.0
(orfoo-1.x
), then it should be updated tofoo-3.2
. If the current version in the project isfoo-1.0.0
(orfoo-1.x.y
), then it should be updated tofoo-3.2.1
.If you have any ideas on how this should be implemented, please tell us here.
Not yet.
Is this a feature you are interested in implementing yourself?
No