File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
" openapitools.json"
36
36
],
37
37
"matchStrings" : [
38
- " \\ s\" version\" : \" (?<currentValue>.*)\" ,?\\ s"
38
+ " \\ s\" version\" : \" (?<currentValue>.*? )\" ,?\\ s"
39
39
],
40
40
"depNameTemplate" : " org.openapitools:openapi-generator-cli" ,
41
41
"datasourceTemplate" : " maven"
46
46
" package.mustache"
47
47
],
48
48
"matchStrings" : [
49
- " \\ s\" (?<depName>.*)\" : \" (?<currentValue>.*)\" ,?\\ s"
49
+ " \\ s\" (?<depName>.*? )\" : \" (?<currentValue>.*? )\" ,?\\ s"
50
50
],
51
51
"datasourceTemplate" : " npm"
52
52
},
57
57
" .github/actions/setup/action.yml"
58
58
],
59
59
"matchStrings" : [
60
- " https://github.com/google/google-java-format/releases/download/v(?<currentValue>.*)/google-java-format-(?<currentValue>.*)-all-deps.jar"
60
+ " https://github.com/google/google-java-format/releases/download/v(?<currentValue>.*? )/google-java-format-(?<currentValue>.*? )-all-deps.jar"
61
61
],
62
62
"depNameTemplate" : " google/google-java-format" ,
63
63
"datasourceTemplate" : " github-releases"
You can’t perform that action at this time.
0 commit comments