1
0
Fork 0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2025-12-24 04:01:26 +08:00
commit 8baff01e0b
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

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