Merge branch 'patch-config' into config
This commit is contained in:
commit
1e70583733
|
|
@ -31,6 +31,16 @@
|
|||
"matchPackageNames": ["linuxserver/heimdall"],
|
||||
"allowedVersions": "<2021"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["linuxserver/qbittorrent"],
|
||||
"matchCurrentVersion": "<=20",
|
||||
"allowedVersions": "<20"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["linuxserver/transmission"],
|
||||
"matchCurrentVersion": "<=20",
|
||||
"allowedVersions": "<20"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["kibana"],
|
||||
"matchCurrentVersion": "/^8.*/",
|
||||
|
|
|
|||
Loading…
Reference in New Issue