File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,13 @@ jobs:
15
15
renovate :
16
16
strategy :
17
17
matrix :
18
- repositories :
19
- - name : angular/angular
20
- run_os : ubuntu-latest-4core
21
- - name : angular/dev-infra
22
- run_os : ubuntu-latest
23
- - name : angular/components
24
- run_os : ubuntu-latest
25
- - name : angular/angular-cli
26
- run_os : ubuntu-latest
27
- - name : angular/vscode-ng-language-service
28
- run_os : ubuntu-latest
29
- runs-on : ${{ matrix.repositories.run_os }}
18
+ REPOSITORY :
19
+ - angular/angular
20
+ - angular/dev-infra
21
+ - angular/components
22
+ - angular/angular-cli
23
+ - angular/vscode-ng-language-service
24
+ runs-on : ubuntu-latest
30
25
steps :
31
26
# Because the checkout and setup node action is contained in the dev-infra repo, we must
32
27
# checkout the repo to be able to run the action we have created. Other repos will skip
50
45
RENOVATE_FORK_TOKEN : ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
51
46
GITHUB_COM_TOKEN : ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
52
47
RENOVATE_CONFIG_FILE : .github/ng-renovate/runner-config.js
53
- RENOVATE_REPOSITORIES : ${{ matrix.repositories.name }}
48
+ RENOVATE_REPOSITORIES : ${{ matrix.REPOSITORY }}
You can’t perform that action at this time.
0 commit comments