Skip to content

Commit 10236a5

Browse files
committed
feat: sonarqube setup
Signed-off-by: Adam Setch <[email protected]>
1 parent 41598b6 commit 10236a5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,16 @@
2626
"matchDatasources": ["npm"],
2727
"commitMessageTopic": "{{depName}}"
2828
}
29+
],
30+
"customManagers": [
31+
{
32+
"description": "Keep sonar.projectVersion variables in sonar-project.properties in-sync",
33+
"customType": "regex",
34+
"datasourceTemplate": "github-tags",
35+
"depNameTemplate": "gitify-app/gitify",
36+
"versioningTemplate": "loose",
37+
"fileMatch": ["sonar-project.properties"],
38+
"matchStrings": ["\\s?sonar.projectVersion=(?<currentValue>.+?)\\s"]
39+
}
2940
]
3041
}

0 commit comments

Comments
 (0)