feat: 新增 MongoDB 6.x 版本

This commit is contained in:
wanghe-fit2cloud
2024-04-07 14:52:00 +08:00
parent 42ad525c3a
commit 93363cae8f
3 changed files with 53 additions and 0 deletions
+8
View File
@@ -62,6 +62,14 @@
"matchFileNames": ["apps/tomcat/10.*/*.yml"],
"allowedVersions": "/^10.*/"
},
{
"matchFileNames": ["apps/mongodb/6.*/*.yml"],
"allowedVersions": "/^6.*/"
},
{
"matchFileNames": ["apps/mongodb/7.*/*.yml"],
"allowedVersions": "/^7.*/"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/umami-software/umami"],