We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3328011 commit b6888e3Copy full SHA for b6888e3
renovate.json
@@ -8,7 +8,7 @@
8
"customType": "regex",
9
"fileMatch": ["(^|/)CMakeLists\\.txt$", "\\.cmake$"],
10
"matchStrings": [
11
- "CPMAddPackage\\(\"(?<depName>[^@]+)@(?<currentValue>[^\"#]+)\"\\)"
+ "CPMAddPackage\\(\"gh:(?<depName>[^@]+)@(?<currentValue>[^\"#]+)\"\\)"
12
],
13
"datasourceTemplate": "github-releases",
14
"versioningTemplate": "semver"
@@ -17,7 +17,7 @@
17
18
19
20
- "CPMAddPackage\\(\"(?<depName>[^@#]+)#(?<currentValue>[^\"]+)\"\\)"
+ "CPMAddPackage\\(\"gh:(?<depName>[^@#]+)#(?<currentValue>[^\"]+)\"\\)"
21
22
"datasourceTemplate": "github-tags",
23
"versioningTemplate": "loose"
0 commit comments