renovatebot/renovate

rez versioning: match range precision

Open

#12.476 geöffnet am 3. Nov. 2021

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (1.916 Forks)batch import
help wantedpriority-4-lowversioning:rez

Repository-Metriken

Stars
 (14.066 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 23h) (339 gemergte PRs in 30 T)

Beschreibung

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 is foo-1, then it should be updated to foo-3. If the current version in the project is foo-1.0 (or foo-1.x), then it should be updated to foo-3.2. If the current version in the project is foo-1.0.0 (or foo-1.x.y), then it should be updated to foo-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

Contributor Guide