File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Renovate
3
3
on :
4
4
schedule :
5
5
- cron : ' 0 14 * * 5' # At 14:00 on Friday.
6
+ workflow_dispatch :
6
7
7
8
jobs :
8
9
renovate :
Original file line number Diff line number Diff line change 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
+ " google-java-format\/ releases\/ download\/ v(?<currentValue>.*?)\/ google-java-format-(?<currentValue>.*?)-all-deps"
61
61
],
62
62
"depNameTemplate" : " google/google-java-format" ,
63
63
"datasourceTemplate" : " github-releases"
74
74
"description" : " Update yarn version (won't work because we need to download the script but gives an alert at least)" ,
75
75
"fileMatch" : " .yarnrc.yml" ,
76
76
"matchStrings" : [
77
- " yarnPath: \\ .yarn\\ /releases\ \ /yarn-(?<currentValue>.*?)\\ .cjs"
77
+ " yarnPath: \\ .yarn\/ releases\/ yarn-(?<currentValue>.*?)\\ .cjs"
78
78
],
79
79
"depNameTemplate" : " yarnpkg/berry" ,
80
80
"datasourceTemplate" : " github-releases"
You can’t perform that action at this time.
0 commit comments