renovatebot / config-help

Please use the Discussions feature of https://github.com/renovatebot/renovate instead
https://github.com/renovatebot/renovate/discussions
MIT License
27 stars 16 forks source link

Problems with commons.io #1003

Closed clausfod closed 3 years ago

clausfod commented 3 years ago

We are using Renovatebot self hosted and have seen a problem with commons.io(https://commons.apache.org/) lately

See the debug output here: { "datasource": "maven", "depName": "commons-io:commons-io", "currentValue": "2.5", "fileReplacePosition": 1660, "registryUrls": ["https://repo.maven.apache.org/maven2"], "groupName": "commons-io.version", "depIndex": 102, "updates": [ { "fromVersion": "2.5", "toVersion": "2.8.0", "newValue": "2.8.0", "newMajor": 2, "newMinor": 8, "updateType": "minor", "isSingleVersion": true }, { "fromVersion": "2.5", "toVersion": "20030203.000550", "newValue": "20030203.000550", "newMajor": 20030203, "newMinor": 550, "updateType": "major", "isSingleVersion": true } ], "warnings": [], "sourceUrl": null },

Why is version 20030203.000550 (from 2005 ->https://mvnrepository.com/artifact/commons-io/commons-io) considered to be newer than version 2.8.0 ?

viceice commented 3 years ago

Please fill the issue template and format the code.

viceice commented 3 years ago

It's because major 20030203 is greater than 2

viceice commented 3 years ago

We have a workarounds preset

You should make sure to include workarounds:all preset.