mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: renovate 增加 elasticsearch 多版本配置
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user