File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ playground
4
4
build
5
5
composer.json
6
6
tsconfig.json
7
- vendor
7
+ vendor
8
+ renovate.json
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: Renovate
3
3
on :
4
4
schedule :
5
5
- cron : ' 0 14 * * 5' # At 14:00 on Friday.
6
+ workflow_dispatch :
7
+ inputs :
8
+ fake_input :
9
+ description : input needed to satisfy the yaml linter
10
+ required : false
6
11
7
12
jobs :
8
13
renovate :
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: Scheduled Release
3
3
on :
4
4
schedule :
5
5
- cron : ' 30 6 * * 2'
6
+ workflow_dispatch :
7
+ inputs :
8
+ fake_input :
9
+ description : input needed to satisfy the yaml linter
10
+ required : false
6
11
7
12
jobs :
8
13
release :
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
+ " yarn\/ releases\/ yarn-(?<currentValue>.*?)"
78
78
],
79
79
"depNameTemplate" : " yarnpkg/berry" ,
80
80
"datasourceTemplate" : " github-releases"
You can’t perform that action at this time.
0 commit comments