Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/ng-renovate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"type": "commonjs",
"dependencies": {
"renovate": "41.58.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"re2"
]
}
}
7,088 changes: 7,088 additions & 0 deletions .github/ng-renovate/pnpm-lock.yaml

Large diffs are not rendered by default.

Empty file.
7 changes: 5 additions & 2 deletions .github/workflows/ng-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./github-actions/npm/checkout-and-setup-node
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
- run: pnpm run renovate
- run: pnpm install --frozen-lockfile
working-directory: ./.github/ng-renovate
- run: pnpm exec renovate
working-directory: ./.github/ng-renovate
env:
LOG_LEVEL: debug
RENOVATE_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
RENOVATE_FORK_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
RENOVATE_CONFIG_FILE: .github/ng-renovate/runner-config.js
RENOVATE_CONFIG_FILE: ./runner-config.js
RENOVATE_REPOSITORIES: ${{ matrix.REPOSITORY }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@
},
"onlyBuiltDependencies": [
"firebase-functions",
"tsx",
"renovate"
"tsx"
]
}
}
4,919 changes: 91 additions & 4,828 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ packages:
- .github/local-actions/branch-manager
- .github/local-actions/labels-sync
- .github/local-actions/lock-closed
- .github/ng-renovate
- github-actions/google-internal-tests
- github-actions/pull-request-labeling
- github-actions/unified-status-check
Expand Down
Loading