feat: 修改 renovate 规则配置

This commit is contained in:
zhengkunwang223
2023-09-07 15:09:43 +08:00
parent b533677555
commit ea4c105d7d
3 changed files with 22 additions and 4 deletions
+20
View File
@@ -8,6 +8,26 @@
{
"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.*/"
}
],
"prCreation": "immediate"