File tree Expand file tree Collapse file tree 4 files changed +9
-178
lines changed Expand file tree Collapse file tree 4 files changed +9
-178
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,15 @@ name: Renovate
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 0 14 * * 5'
5
+ - cron : ' 0 14 * * 5' # At 14:00 on Friday.
6
6
7
7
jobs :
8
8
renovate :
9
- name : Renovate
10
- runs-on : ubuntu-20.04
9
+ runs-on : ubuntu-latest
11
10
steps :
12
- - uses : actions/checkout@v2
13
-
14
- - name : Setup
15
- id : setup
16
- uses : ./.github/actions/setup
11
+ - name : Renovate Automatic Branch
12
+ uses : bodinsamuel/renovate-automatic-branch@v1
17
13
with :
18
- type : minimal
19
-
20
- - run : yarn workspace scripts renovateWeeklyPR
21
- env :
22
- GITHUB_TOKEN : ${{ secrets.ALGOLIA_BOT_TOKEN }}
14
+ github-token : ${{ secrets.ALGOLIA_BOT_TOKEN }}
15
+ repo-owner : algolia
16
+ repo-name : api-clients-automation
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
+ " 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"
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"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
"createReleasePR" : " ts-node release/createReleasePR.ts" ,
8
8
"pre-commit" : " ./ci/husky/pre-commit.js" ,
9
9
"pushGeneratedCode" : " ts-node ci/codegen/pushGeneratedCode.ts" ,
10
- "renovateWeeklyPR" : " ts-node ci/githubActions/renovateWeeklyPR.ts" ,
11
10
"setRunVariables" : " ts-node ci/githubActions/setRunVariables.ts" ,
12
11
"spreadGeneration" : " ts-node ci/codegen/spreadGeneration.ts" ,
13
12
"test" : " jest" ,
You can’t perform that action at this time.
0 commit comments