Skip to content

gndk/renovate-leading-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current behavior:

Renovate fails to update unleash/client with error DEBUG: Dependency unleash/client has unsupported/unversioned value 1.8.081 (versioning=composer)

I suspect this is caused by the leading zero in the patch version.

When I manually updated to 1.8.181, and then ran renovate again, the error is gone from the logs and renovate created an MR for the upgrade to the latest 1.11.282.

The composer package unleash/client (GitLab feature flags) has an unusual versioning strategy where the patch number has 3-4 digits (e.g. 1.11.282), and the last 2 digits are the php version (xx72 for php 7.2, xx80 for php 8.0, xx81 for php 8.1 etc)

Expected behavior:

Renovate updates unleash/client from 1.8.081 to the latest version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published