feat: 新增 Apache Tomcat (#1069)

This commit is contained in:
wanghe
2024-03-12 10:36:07 +08:00
committed by GitHub
parent fd7c3678a1
commit e8c41768cb
16 changed files with 163 additions and 0 deletions
+12
View File
@@ -49,6 +49,18 @@
{
"matchFileNames": ["apps/dataease/2.*/*.yml"],
"allowedVersions": ">=2.0"
},
{
"matchFileNames": ["apps/tomcat/8.*/*.yml"],
"allowedVersions": "/^8.*/"
},
{
"matchFileNames": ["apps/tomcat/9.*/*.yml"],
"allowedVersions": "/^9.*/"
},
{
"matchFileNames": ["apps/tomcat/10.*/*.yml"],
"allowedVersions": "/^10.*/"
}
],
"prCreation": "immediate"