Skip to content

Commit b6888e3

Browse files
committed
ci: fix renovate config
1 parent 3328011 commit b6888e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"customType": "regex",
99
"fileMatch": ["(^|/)CMakeLists\\.txt$", "\\.cmake$"],
1010
"matchStrings": [
11-
"CPMAddPackage\\(\"(?<depName>[^@]+)@(?<currentValue>[^\"#]+)\"\\)"
11+
"CPMAddPackage\\(\"gh:(?<depName>[^@]+)@(?<currentValue>[^\"#]+)\"\\)"
1212
],
1313
"datasourceTemplate": "github-releases",
1414
"versioningTemplate": "semver"
@@ -17,7 +17,7 @@
1717
"customType": "regex",
1818
"fileMatch": ["(^|/)CMakeLists\\.txt$", "\\.cmake$"],
1919
"matchStrings": [
20-
"CPMAddPackage\\(\"(?<depName>[^@#]+)#(?<currentValue>[^\"]+)\"\\)"
20+
"CPMAddPackage\\(\"gh:(?<depName>[^@#]+)#(?<currentValue>[^\"]+)\"\\)"
2121
],
2222
"datasourceTemplate": "github-tags",
2323
"versioningTemplate": "loose"

0 commit comments

Comments
 (0)