fix(renovate): manage linuxserver versionning correctly (#3038)

This commit is contained in:
JigSaw 2024-04-03 23:05:34 +02:00 committed by GitHub
parent 2dd034a8b9
commit c212fcffc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,10 @@ module.exports = {
},
],
packageRules: [
{
packagePatterns: ["^ghcr.io\\/linuxserver\\/"],
versionScheme: "regex:^(?<compatibility>.*?)-(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*"
},
{
managers: ["docker-compose", "dockerfile"],
packagePatterns: [