1
0
Fork 0

🔧 chore(renovate): update calibre-web package rule

- add `ignoreUnstable` property set to `false` for linuxserver/calibre-web package rule
- add `versionCompatibility` property
This commit is contained in:
pooneyy 2025-12-24 02:23:32 +08:00
parent 11d2e106e9
commit 102e557c32
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -137,7 +137,10 @@
{
"matchPackageNames": ["linuxserver/calibre-web"],
"matchCurrentVersion": "<=5",
"allowedVersions": "<5"
"allowedVersions": "<5",
"ignoreUnstable": false,
"versionCompatibility": "^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<build>\\d+)$",
"versioning": "semver"
},
{
"matchPackageNames": ["linuxserver/qbittorrent"],