feat: 新增 SonarQube (#1292)

This commit is contained in:
wanghe
2024-04-23 16:26:15 +08:00
committed by GitHub
parent 6a9d7fd1d0
commit ef6d941540
16 changed files with 206 additions and 0 deletions
+8
View File
@@ -78,6 +78,14 @@
"matchFileNames": ["apps/mongodb/7.*/*.yml"],
"allowedVersions": "/^7.*/"
},
{
"matchFileNames": ["apps/sonarqube/9.*/*.yml"],
"allowedVersions": "/^9.*/"
},
{
"matchFileNames": ["apps/sonarqube/10.*/*.yml"],
"allowedVersions": "/^10.*/"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/umami-software/umami"],