Set allowed versions for prowlarr

Need to avoid the old incorrect tags.
This commit is contained in:
Marcus Noble 2023-07-17 09:20:36 +00:00
parent 9fe647bdeb
commit 6d310890f2

View File

@ -41,7 +41,8 @@
{ {
"packageNames": ["ghcr.io/linuxserver/prowlarr"], "packageNames": ["ghcr.io/linuxserver/prowlarr"],
"sourceUrl": "https://github.com/linuxserver/docker-prowlarr", "sourceUrl": "https://github.com/linuxserver/docker-prowlarr",
"respectLatest": true "respectLatest": true,
"allowedVersions": "<=1.8.1200 || >=1.9.0"
}, },
{ {
"packageNames": ["kizaing/kavita"], "packageNames": ["kizaing/kavita"],