Update renovate.json
This commit is contained in:
parent
d57707923f
commit
45655ad67b
|
|
@ -22,34 +22,64 @@
|
||||||
],
|
],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["budtmo/docker-android"],
|
||||||
|
"matchCurrentVersion": "emulator_9.0_*",
|
||||||
|
"allowedVersions": "/^emulator_9.0_*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["budtmo/docker-android"],
|
||||||
|
"matchCurrentVersion": "emulator_10.0_*",
|
||||||
|
"allowedVersions": "/^emulator_10.0_*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["budtmo/docker-android"],
|
||||||
|
"matchCurrentVersion": "emulator_11.0_*",
|
||||||
|
"allowedVersions": "/^emulator_11.0_*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["budtmo/docker-android"],
|
||||||
|
"matchCurrentVersion": "emulator_12.0_*",
|
||||||
|
"allowedVersions": "/^emulator_12.0_*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["budtmo/docker-android"],
|
||||||
|
"matchCurrentVersion": "emulator_13.0_*",
|
||||||
|
"allowedVersions": "/^emulator_13.0_*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["budtmo/docker-android"],
|
||||||
|
"matchCurrentVersion": "emulator_14.0_*",
|
||||||
|
"allowedVersions": "/^emulator_14.0_*/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["elasticsearch"],
|
"matchPackageNames": ["elasticsearch"],
|
||||||
"matchCurrentVersion": "/^v8.*/",
|
"matchCurrentVersion": "/^v8.*/",
|
||||||
"allowedVersions": "/^v8.*/"
|
"allowedVersions": "/^v8.*/"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"matchPackageNames": ["linuxserver/heimdall"],
|
|
||||||
"allowedVersions": "<2021"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["linuxserver/qbittorrent"],
|
|
||||||
"matchCurrentVersion": "<=20",
|
|
||||||
"allowedVersions": "<20"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["linuxserver/transmission"],
|
|
||||||
"allowedVersions": "<2021"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["kibana"],
|
"matchPackageNames": ["kibana"],
|
||||||
"matchCurrentVersion": "/^8.*/",
|
"matchCurrentVersion": "/^8.*/",
|
||||||
"allowedVersions": "/^8.*/"
|
"allowedVersions": "/^8.*/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["kingwrcy/moments"],
|
||||||
|
"matchCurrentVersion": "<1",
|
||||||
|
"allowedVersions": "<1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["langgenius/dify-web", "langgenius/dify-api"],
|
||||||
|
"groupName": "Dify"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["linuxserver/qbittorrent"],
|
"matchPackageNames": ["linuxserver/qbittorrent"],
|
||||||
"matchCurrentVersion": "<=20",
|
"matchCurrentVersion": "<=20",
|
||||||
"allowedVersions": "<20"
|
"allowedVersions": "<20"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["linuxserver/**"],
|
||||||
|
"allowedVersions": "<2021"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["photoprism/photoprism"],
|
"matchPackageNames": ["photoprism/photoprism"],
|
||||||
"matchCurrentVersion": "/^\\d{6}$/",
|
"matchCurrentVersion": "/^\\d{6}$/",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue