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

104 lines
2.1 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"gitIgnoredAuthors": [
"githubaction@githubaction.com"
],
"rebaseWhen": "never",
"packageRules": [
{
"matchPackageNames": [
"docker-compose"
],
"automerge": true
},
{
"matchPackageNames": [
"*.aliyuncs.com/**",
"*.gitlab.cn/**",
"*.myhuaweicloud.com/**"
],
"enabled": false
},
{
"matchPackageNames": ["heimdall**"],
"allowedVersions": "^!/\\d{4}\\.\\d{1,2}\\.\\d{1,2}$/",
"enabled": false
},
{
"matchPackageNames": ["xhofe/alist"],
"matchCurrentVersion": "v3.40.0",
"allowedVersions": "v3.40.0"
},
{
"matchPackageNames":[
"mysql**",
"node**",
"postgres**",
"redis**"
],
"enabled": false
},
{
"matchFileNames": [
"apps/mysql/5.5.*/*.yml"
],
"allowedVersions": "/^5.5.*/"
},
{
"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/php-unofficial/7.4.*/*.yml",
"apps/php-unofficial/7.4.*/Dockerfile"
],
"allowedVersions": "/^7.4.*/"
},
{
"matchFileNames": [
"apps/php-unofficial/8.1.*/*.yml",
"apps/php-unofficial/8.1.*/Dockerfile"
],
"allowedVersions": "/^8.1.*/"
},
{
"matchFileNames": [
"apps/php-unofficial/8.4.*/*.yml",
"apps/php-unofficial/8.4.*/Dockerfile"
],
"allowedVersions": "/^8.4.*/"
},
{
"matchFileNames": [
"apps/reader/2.7.*/*.yml"
],
"allowedVersions": "/^2.7.*/"
}
],
"prCreation": "immediate"
}