We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41598b6 commit 10236a5Copy full SHA for 10236a5
renovate.json
@@ -26,5 +26,16 @@
26
"matchDatasources": ["npm"],
27
"commitMessageTopic": "{{depName}}"
28
}
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
+ }
40
]
41
0 commit comments