mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-04-24 10:41:42 +08:00
🔧 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:
parent
11d2e106e9
commit
102e557c32
@ -137,7 +137,10 @@
|
|||||||
{
|
{
|
||||||
"matchPackageNames": ["linuxserver/calibre-web"],
|
"matchPackageNames": ["linuxserver/calibre-web"],
|
||||||
"matchCurrentVersion": "<=5",
|
"matchCurrentVersion": "<=5",
|
||||||
"allowedVersions": "<5"
|
"allowedVersions": "<5",
|
||||||
|
"ignoreUnstable": false,
|
||||||
|
"versionCompatibility": "^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<build>\\d+)$",
|
||||||
|
"versioning": "semver"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["linuxserver/qbittorrent"],
|
"matchPackageNames": ["linuxserver/qbittorrent"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user