File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 10
10
"customManagers" : [
11
11
{
12
12
"customType" : " regex" ,
13
- "fileMatch" : [" ^Dockerfile$" ],
13
+ "managerFilePatterns" : [
14
+ " /^Dockerfile$/"
15
+ ],
14
16
"matchStrings" : [
15
17
" # renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( registryUrl=(?<registryUrl>.*?))?\\ sENV\\ s+.*?_VERSION=(?<currentValue>.*)\\ s"
16
18
],
17
19
"versioningTemplate" : " {{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
18
20
},
19
21
{
20
22
"customType" : " regex" ,
21
- "fileMatch" : [" (^|/)\\ .github/(?:workflows|actions)/.+\\ .ya?ml$" ],
23
+ "managerFilePatterns" : [
24
+ " /(^|/)\\ .github/(?:workflows|actions)/.+\\ .ya?ml$/"
25
+ ],
22
26
"matchStrings" : [
23
27
" # renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( registryUrl=(?<registryUrl>.*?))?\\ s+.*?_VERSION:\\ s*(?<currentValue>.*)\\ s"
24
28
],
25
29
"versioningTemplate" : " {{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
26
30
},
27
31
{
28
32
"customType" : " regex" ,
29
- "fileMatch" : [" (^|/)CMakeLists\\ .txt$" ],
33
+ "managerFilePatterns" : [
34
+ " /(^|/)CMakeLists\\ .txt$/"
35
+ ],
30
36
"matchStrings" : [
31
37
" # renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( registryUrl=(?<registryUrl>.*?))?\\ s+set\\ (.*?_VERSION\\ s+\" ?(?<currentValue>[^ \"\\ )]+)\" ?\\ )\\ s"
32
38
],
You can’t perform that action at this time.
0 commit comments