1
0
Fork 0

🔧 chore(renovate): remove version constraints for calibre-web

- remove deprecated `matchCurrentVersion` and `allowedVersions` constraints for linuxserver/calibre-web package
- maintain custom regex versioning scheme for the package
This commit is contained in:
pooneyy 2025-12-24 04:07:30 +08:00
parent 5efca190d3
commit 641ce88820
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -136,8 +136,6 @@
},
{
"matchPackageNames": ["linuxserver/calibre-web"],
"matchCurrentVersion": "<=5",
"allowedVersions": "<5",
"ignoreUnstable": false,
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<build>\\d+)$"
},