0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 13:38:32 +00:00
renovatebot_renovate/lib/modules/versioning/loose
2024-08-19 13:15:27 +00:00
..
index.spec.ts fix(versioning/loose): sort numeric parts numerically (#26341) 2023-12-17 05:46:47 +00:00
index.ts chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
readme.md docs: drop weasel words (#22165) 2023-05-29 08:20:40 +00:00

Renovate's "loose" versioning was created for cases where no strict versioning is in place. It works like SemVer if SemVer-compliant versions are supplied, but otherwise is "best effort". Essentially "loose" versioning does its best to sort versions and ignores "unsortable" versions.