feat: renovate 增加 elasticsearch 多版本配置

This commit is contained in:
zhengkunwang223
2023-12-07 17:09:50 +08:00
parent 1646270042
commit ebb66532a6
+8
View File
@@ -29,6 +29,14 @@
{ {
"matchFileNames": ["apps/mysql/8.*/*.yml"], "matchFileNames": ["apps/mysql/8.*/*.yml"],
"allowedVersions": "/^8.*/" "allowedVersions": "/^8.*/"
},
{
"matchFileNames": ["apps/elasticsearch/7.*/*.yml"],
"allowedVersions": "/^7.*/"
},
{
"matchFileNames": ["apps/elasticsearch/8.*/*.yml"],
"allowedVersions": "/^8.*/"
} }
], ],
"prCreation": "immediate" "prCreation": "immediate"