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 7fc9a90 commit 7972a9eCopy full SHA for 7972a9e
renovate.json
@@ -8,19 +8,10 @@
8
{
9
"customType": "regex",
10
"managerFilePatterns": [
11
- "/^scripts/VERSIONS$/"
+ "CMakeLists.txt"
12
],
13
"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"
+ "# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.*?_VERSION (?<currentValue>\\d+\\.\\d+\\.\\d+)\\)"
24
]
25
}
26
0 commit comments