We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0abc2 commit 83f0a38Copy full SHA for 83f0a38
.github/workflows/ng-renovate.yml
@@ -13,6 +13,15 @@ permissions:
13
14
jobs:
15
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
25
runs-on: ubuntu-24.04
26
steps:
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -29,3 +38,4 @@ jobs:
29
38
RENOVATE_FORK_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
30
39
GITHUB_COM_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
31
40
RENOVATE_CONFIG_FILE: .github/ng-renovate/runner-config.js
41
+ RENOVATE_REPOSITORIES: ${{ matrix.REPOSITORY }}
0 commit comments