Merge branch 'config' into localApps
This commit is contained in:
commit
ab12b5302a
|
|
@ -136,7 +136,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