mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"gitIgnoredAuthors": [
|
|
"githubaction@githubaction.com"
|
|
],
|
|
"rebaseWhen": "never",
|
|
"packageRules": [
|
|
{
|
|
"packageNames": ["docker-compose"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchFileNames": ["apps/redis/7.*/*.yml"],
|
|
"allowedVersions": "/^7.*/"
|
|
},
|
|
{
|
|
"matchFileNames": ["apps/redis/6.*/*.yml"],
|
|
"allowedVersions": "/^6.*/"
|
|
},
|
|
{
|
|
"matchFileNames": ["apps/mysql/5.6.*/*.yml"],
|
|
"allowedVersions": "/^5.6.*/"
|
|
},
|
|
{
|
|
"matchFileNames": ["apps/mysql/5.7.*/*.yml"],
|
|
"allowedVersions": "/^5.7.*/"
|
|
},
|
|
{
|
|
"matchFileNames": ["apps/mysql/8.*/*.yml"],
|
|
"allowedVersions": "/^8.*/"
|
|
},
|
|
{
|
|
"matchFileNames": ["apps/elasticsearch/7.*/*.yml"],
|
|
"allowedVersions": "/^7.*/"
|
|
},
|
|
{
|
|
"matchFileNames": ["apps/elasticsearch/8.*/*.yml"],
|
|
"allowedVersions": "/^8.*/"
|
|
},
|
|
{
|
|
"matchFileNames": ["apps/dataease/1.18.*/*.yml"],
|
|
"allowedVersions": "/^1.18.*/"
|
|
},
|
|
{
|
|
"matchFileNames": ["apps/dataease/2.*/*.yml"],
|
|
"allowedVersions": "/^2.*/"
|
|
}
|
|
],
|
|
"prCreation": "immediate"
|
|
}
|