1
0
Fork 0
1Panel-Appstore/renovate.json

137 lines
3.0 KiB
JSON
Raw Normal View History

2023-11-09 19:15:01 +08:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2025-06-13 18:49:11 +08:00
"extends": [
"config:recommended"
],
2023-11-09 19:15:01 +08:00
"gitIgnoredAuthors": [
"githubaction@githubaction.com"
],
2024-12-12 21:46:08 +08:00
"rebaseWhen": "never",
2023-11-09 19:15:01 +08:00
"packageRules": [
{
2025-06-13 18:49:11 +08:00
"matchPackageNames": [
"docker-compose"
],
2023-11-09 19:15:01 +08:00
"automerge": true
2024-12-12 21:46:08 +08:00
},
{
2025-06-13 18:49:11 +08:00
"matchPackageNames": [
"*.aliyuncs.com/**",
"*.gitlab.cn/**",
"*.myhuaweicloud.com/**"
],
"enabled": false
},
2025-06-15 15:51:20 +08:00
{
"matchPackageNames": ["elasticsearch"],
"matchCurrentVersion": "/^v8.*/",
"allowedVersions": "/^v8.*/"
},
2025-06-13 18:49:11 +08:00
{
2025-06-15 16:27:31 +08:00
"matchPackageNames": ["linuxserver/heimdall"],
"allowedVersions": "<2021"
2025-06-13 18:49:11 +08:00
},
2025-06-15 16:36:35 +08:00
{
"matchPackageNames": ["linuxserver/qbittorrent"],
"matchCurrentVersion": "<=20",
"allowedVersions": "<20"
},
{
"matchPackageNames": ["linuxserver/transmission"],
2025-06-15 16:47:57 +08:00
"allowedVersions": "<2021"
2025-06-15 16:36:35 +08:00
},
2025-06-15 15:51:20 +08:00
{
"matchPackageNames": ["kibana"],
"matchCurrentVersion": "/^8.*/",
"allowedVersions": "/^8.*/"
},
{
"matchPackageNames": ["linuxserver/qbittorrent"],
"matchCurrentVersion": "<=20",
"allowedVersions": "<20"
},
{
"matchPackageNames": ["photoprism/photoprism"],
"matchCurrentVersion": "/^\\d{6}$/",
"allowedVersions": "/^\\d{6}$/"
},
{
"matchPackageNames": ["wushuo894/ani-rss"],
"matchCurrentVersion": "/^v1.*/",
"allowedVersions": "<2"
},
2025-06-13 18:49:11 +08:00
{
"matchPackageNames": ["xhofe/alist"],
"matchCurrentVersion": "v3.40.0",
"allowedVersions": "v3.40.0"
},
{
"matchPackageNames":[
"mysql**",
"node**",
"postgres**",
"redis**"
],
"enabled": false
},
{
"matchFileNames": [
"apps/mysql/5.5.*/*.yml"
],
2024-12-12 21:46:08 +08:00
"allowedVersions": "/^5.5.*/"
},
{
2025-06-13 18:49:11 +08:00
"matchFileNames": [
"apps/mysql/5.6.*/*.yml"
],
2024-12-12 21:46:08 +08:00
"allowedVersions": "/^5.6.*/"
},
{
2025-06-13 18:49:11 +08:00
"matchFileNames": [
"apps/mysql/5.7.*/*.yml"
],
2024-12-12 21:46:08 +08:00
"allowedVersions": "/^5.7.*/"
},
{
2025-06-13 18:49:11 +08:00
"matchFileNames": [
"apps/mysql/8.0.*/*.yml"
],
2024-12-12 21:46:08 +08:00
"allowedVersions": "/^8.0.*/"
},
{
2025-06-13 18:49:11 +08:00
"matchFileNames": [
"apps/mysql/8.4.*/*.yml"
],
2024-12-12 21:46:08 +08:00
"allowedVersions": "/^8.4.*/"
},
{
2025-06-13 18:49:11 +08:00
"matchFileNames": [
"apps/php-unofficial/7.4.*/*.yml",
"apps/php-unofficial/7.4.*/Dockerfile"
],
2024-12-12 21:46:08 +08:00
"allowedVersions": "/^7.4.*/"
},
{
2025-06-13 18:49:11 +08:00
"matchFileNames": [
"apps/php-unofficial/8.1.*/*.yml",
"apps/php-unofficial/8.1.*/Dockerfile"
],
2024-12-12 21:46:08 +08:00
"allowedVersions": "/^8.1.*/"
2024-12-15 22:18:53 +08:00
},
{
2025-06-13 18:49:11 +08:00
"matchFileNames": [
"apps/php-unofficial/8.4.*/*.yml",
"apps/php-unofficial/8.4.*/Dockerfile"
],
"allowedVersions": "/^8.4.*/"
},
{
"matchFileNames": [
"apps/reader/2.7.*/*.yml"
],
2024-12-15 22:18:53 +08:00
"allowedVersions": "/^2.7.*/"
2023-11-09 19:15:01 +08:00
}
],
"prCreation": "immediate"
}