2023-06-01 22:52:51 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": ["config:base"],
|
|
|
|
"gitIgnoredAuthors": [
|
|
|
|
"githubaction@githubaction.com"
|
|
|
|
],
|
2023-09-10 23:13:06 +08:00
|
|
|
"rebaseWhen": "never",
|
2023-06-01 22:52:51 +08:00
|
|
|
"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-12-07 17:09:50 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchFileNames": ["apps/elasticsearch/7.*/*.yml"],
|
|
|
|
"allowedVersions": "/^7.*/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchFileNames": ["apps/elasticsearch/8.*/*.yml"],
|
|
|
|
"allowedVersions": "/^8.*/"
|
2023-12-07 21:26:11 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchFileNames": ["apps/dataease/1.18.*/*.yml"],
|
|
|
|
"allowedVersions": "/^1.18.*/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchFileNames": ["apps/dataease/2.*/*.yml"],
|
|
|
|
"allowedVersions": "/^2.*/"
|
2023-06-01 22:52:51 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"prCreation": "immediate"
|
|
|
|
}
|