appstore-1panel/.github/renovate.json
萌森 5e616ced80 拒绝 emby 开心版 测试版更新规则
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-09-05 10:50:09 +08:00

115 lines
2.2 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"enabledManagers": [
"docker-compose",
"github-actions"
],
"gitIgnoredAuthors": [
"githubaction@githubaction.com"
],
"rebaseWhen": "never",
"packageRules": [
{
"matchPackageNames": [
"actions/checkout",
"renovatebot/github-action"
],
"automerge": true
},
{
"matchFileNames": [
"apps/postgresql/pg*/*.yml"
],
"allowedVersions": "/^pg14*/"
},
{
"matchFileNames": [
"apps/postgresql/pg*/*.yml"
],
"allowedVersions": "/^pg15*/"
},
{
"matchFileNames": [
"apps/postgresql/pg*/*.yml"
],
"allowedVersions": "/^pg16*/"
},
{
"matchFileNames": [
"apps/redis/6.2.*/*.yml"
],
"allowedVersions": "/^6.2.*/"
},
{
"matchFileNames": [
"apps/redis/7.2.*/*.yml"
],
"allowedVersions": "/^7.2.*/"
},
{
"matchFileNames": [
"apps/mysql/5.7.*/*.yml"
],
"allowedVersions": "/^5.7.*/"
},
{
"matchFileNames": [
"apps/mysql/8.*/*.yml"
],
"allowedVersions": "/^8.*/"
},
{
"matchFileNames": [
"apps/qbittorrent/4.*.*/*.yml"
],
"allowedVersions": "/^4.*.*/"
},
{
"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})$"
},
{
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"ghcr.io/umami-software/umami"
],
"versioning": "docker"
},
{
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"ghcr.io/umami-software/*"
],
"versioning": "docker"
}
],
"prCreation": "immediate"
}