appstore-1panel/.github/renovate.json
Meng Sen 9ebe2c571f 监控 镜像源
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-10-12 13:34:33 +08:00

155 lines
3.2 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"enabledManagers": [
"docker-compose",
"github-actions"
],
"gitIgnoredAuthors": [
"githubaction@githubaction.com"
],
"ignorePaths": [
"apps/tangsengdaodao/1.5/docker-compose.yml"
],
"rebaseWhen": "never",
"packageRules": [
{
"packageNames": [
"docker-compose"
],
"automerge": true
},
{
"matchUpdateTypes": [
"patch"
],
"automerge": true
},
{
"matchFileNames": [
"apps/postgresql/pg*/*.yml"
],
"allowedVersions": "/^pg12*/"
},
{
"matchFileNames": [
"apps/postgresql/pg*/*.yml"
],
"allowedVersions": "/^pg13*/"
},
{
"matchFileNames": [
"apps/postgresql/pg*/*.yml"
],
"allowedVersions": "/^pg14*/"
},
{
"matchFileNames": [
"apps/postgresql/pg*/*.yml"
],
"allowedVersions": "/^pg15*/"
},
{
"matchFileNames": [
"apps/postgresql/pg*/*.yml"
],
"allowedVersions": "/^pg16*/"
},
{
"matchFileNames": [
"apps/postgresql/pg*/*.yml"
],
"allowedVersions": "/^pg17*/"
},
{
"matchFileNames": [
"apps/redis/6.*/*.yml"
],
"allowedVersions": "/^6.*/"
},
{
"matchFileNames": [
"apps/redis/7.*/*.yml"
],
"allowedVersions": "/^7.*/"
},
{
"matchFileNames": [
"apps/mysql/5.6.*/*.yml"
],
"allowedVersions": "/^5.6.*/"
},
{
"matchFileNames": [
"apps/mysql/5.7.*/*.yml"
],
"allowedVersions": "/^5.7.*/"
},
{
"matchFileNames": [
"apps/mysql/8.0.*/*.yml"
],
"allowedVersions": "/^8.0.*/"
},
{
"matchFileNames": [
"apps/mysql/8.4.*/*.yml"
],
"allowedVersions": "/^8.4.*/"
},
{
"matchFileNames": [
"apps/qbittorrent/4.*.*/*.yml"
],
"allowedVersions": "/^4.*.*/"
},
{
"matchFileNames": [
"apps/qbittorrent/5.*.*/*.yml"
],
"allowedVersions": "/^5.*.*/"
},
{
"matchFileNames": [
"apps/transmission/4.*.*/*.yml"
],
"allowedVersions": "/^4.*.*/"
},
{
"matchPackageNames": [
"emby/embyserver"
],
"allowedVersions": "/^4\\.8\\.\\d+\\.\\d+$/"
},
{
"matchPackageNames": [
"amilys/embyserver"
],
"allowedVersions": "/^4\\.8\\.\\d+\\.\\d+$/"
},
{
"matchPackageNames": [
"photoprism/photoprism"
],
"versioning": "regex:^(?<major>\\d{2})(?<minor>\\d{2})(?<patch>\\d{2})$"
},
{
"matchPackageNames": [
"umamisoftware/umami"
],
"versionCompatibility": "^(?<compatibility>.*)-(?<version>.*)$",
"versioning": "semver"
},
{
"matchPackageNames": [
"minio/minio"
],
"versionCompatibility": "^(?<release>RELEASE\\.(?<year>\\d{4})\\-(?<month>\\d{2})\\-(?<day>\\d{2})T[\\d:]+Z)$",
"versioning": "regex:^(?<year>\\d{4})\\-(?<month>\\d{2})\\-(?<day>\\d{2})$"
}
],
"prCreation": "immediate"
}