mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-06 03:00:33 +08:00
监控 镜像源
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
e0ca0c2da4
commit
c68029dae7
77
.github/renovate.json
vendored
77
.github/renovate.json
vendored
@ -16,28 +16,23 @@
|
|||||||
"rebaseWhen": "never",
|
"rebaseWhen": "never",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchDatasources": [
|
"packageNames": [
|
||||||
"docker"
|
"docker-compose"
|
||||||
],
|
|
||||||
"registryUrls": [
|
|
||||||
"https://ghcr.io"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"registryUrls": [
|
|
||||||
"https://index.docker.io/v1/"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": [
|
|
||||||
"actions/checkout",
|
|
||||||
"renovatebot/github-action"
|
|
||||||
],
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": [
|
||||||
|
"apps/postgresql/pg*/*.yml"
|
||||||
|
],
|
||||||
|
"allowedVersions": "/^pg12*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": [
|
||||||
|
"apps/postgresql/pg*/*.yml"
|
||||||
|
],
|
||||||
|
"allowedVersions": "/^pg13*/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
"apps/postgresql/pg*/*.yml"
|
"apps/postgresql/pg*/*.yml"
|
||||||
@ -58,15 +53,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
"apps/redis/6.2.*/*.yml"
|
"apps/postgresql/pg*/*.yml"
|
||||||
],
|
],
|
||||||
"allowedVersions": "/^6.2.*/"
|
"allowedVersions": "/^pg17*/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
"apps/redis/7.2.*/*.yml"
|
"apps/redis/6.*/*.yml"
|
||||||
],
|
],
|
||||||
"allowedVersions": "/^7.2.*/"
|
"allowedVersions": "/^6.*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": [
|
||||||
|
"apps/redis/7.*/*.yml"
|
||||||
|
],
|
||||||
|
"allowedVersions": "/^7.*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": [
|
||||||
|
"apps/mysql/5.6.*/*.yml"
|
||||||
|
],
|
||||||
|
"allowedVersions": "/^5.6.*/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
@ -76,9 +83,15 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
"apps/mysql/8.*/*.yml"
|
"apps/mysql/8.0.*/*.yml"
|
||||||
],
|
],
|
||||||
"allowedVersions": "/^8.*/"
|
"allowedVersions": "/^8.0.*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": [
|
||||||
|
"apps/mysql/8.4.*/*.yml"
|
||||||
|
],
|
||||||
|
"allowedVersions": "/^8.4.*/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
@ -117,19 +130,5 @@
|
|||||||
"versioning": "regex:^(?<major>\\d{2})(?<minor>\\d{2})(?<patch>\\d{2})$"
|
"versioning": "regex:^(?<major>\\d{2})(?<minor>\\d{2})(?<patch>\\d{2})$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
|
||||||
{
|
|
||||||
"fileMatch": [
|
|
||||||
"^docker-compose\\.yml$"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
|
||||||
"minio/minio:(?<currentValue>RELEASE\\.[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}-[0-9]{2}-[0-9]{2}Z)"
|
|
||||||
],
|
|
||||||
"datasourceTemplate": "docker",
|
|
||||||
"versioningTemplate": "loose",
|
|
||||||
"depNameTemplate": "minio/minio",
|
|
||||||
"currentValueTemplate": "{{{currentValue}}}"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prCreation": "immediate"
|
"prCreation": "immediate"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user