File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
composer.json
6
6
tsconfig.json
7
7
vendor
8
- renovate.json
Original file line number Diff line number Diff line change 57
57
" .github/actions/setup/action.yml"
58
58
],
59
59
"matchStrings" : [
60
- " google-java-format\/ releases\/ download\/ v(?<currentValue>.*?)\/ google-java-format-(?<currentValue>.*?)-all-deps"
60
+ " google-java-format/releases/download/v(?<currentValue>.*?)/google-java-format-" ,
61
+ " google-java-format/releases/download/v(.*?)/google-java-format-(?<currentValue>.*?)-all-deps"
61
62
],
62
63
"depNameTemplate" : " google/google-java-format" ,
63
64
"datasourceTemplate" : " github-releases"
74
75
"description" : " Update yarn version (won't work because we need to download the script but gives an alert at least)" ,
75
76
"fileMatch" : " .yarnrc.yml" ,
76
77
"matchStrings" : [
77
- " yarn\ / releases\ / yarn-(?<currentValue>.*?)"
78
+ " yarn/releases/yarn-(?<currentValue>.*?)"
78
79
],
79
80
"depNameTemplate" : " yarnpkg/berry" ,
80
81
"datasourceTemplate" : " github-releases"
You can’t perform that action at this time.
0 commit comments