Skip to content

Commit 83f0a38

Browse files
committed
WIP
1 parent 2e0abc2 commit 83f0a38

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ permissions:
1313

1414
jobs:
1515
renovate:
16+
strategy:
17+
matrix:
18+
REPOSITORY:
19+
- angular/angular
20+
- angular/dev-infra
21+
- angular/components
22+
- angular/angular-cli
23+
- angular/vscode-ng-language-service
24+
- angular/.github
1625
runs-on: ubuntu-24.04
1726
steps:
1827
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -29,3 +38,4 @@ jobs:
2938
RENOVATE_FORK_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
3039
GITHUB_COM_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
3140
RENOVATE_CONFIG_FILE: .github/ng-renovate/runner-config.js
41+
RENOVATE_REPOSITORIES: ${{ matrix.REPOSITORY }}

0 commit comments

Comments
 (0)