2023-06-01 22:52:51 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": ["config:base"],
|
|
|
|
"gitIgnoredAuthors": [
|
|
|
|
"githubaction@githubaction.com"
|
|
|
|
],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"packageNames": ["docker-compose"],
|
|
|
|
"automerge": true
|
2023-09-07 15:09:43 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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.*/"
|
2023-06-01 22:52:51 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"prCreation": "immediate"
|
|
|
|
}
|