Skip to content

Commit 7972a9e

Browse files
committed
Fix renovate config
1 parent 7fc9a90 commit 7972a9e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

renovate.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,10 @@
88
{
99
"customType": "regex",
1010
"managerFilePatterns": [
11-
"/^scripts/VERSIONS$/"
11+
"CMakeLists.txt"
1212
],
1313
"matchStrings": [
14-
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.*?_VERSION=(?<currentValue>.*)\\s"
15-
]
16-
},
17-
{
18-
"customType": "regex",
19-
"managerFilePatterns": [
20-
"/^scripts/CMakeLists$/"
21-
],
22-
"matchStrings": [
23-
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.*?_VERSION (?<currentValue>\\d+\\.\\d+\\.\\d+)\\s"
14+
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.*?_VERSION (?<currentValue>\\d+\\.\\d+\\.\\d+)\\)"
2415
]
2516
}
2617
],

0 commit comments

Comments
 (0)