Skip to content

Commit 340064a

Browse files
committed
build: move renovate back into its own workspace (#2954)
PR Close #2954
1 parent b869b4d commit 340064a

File tree

7 files changed

+7190
-4833
lines changed

7 files changed

+7190
-4833
lines changed

.github/ng-renovate/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"type": "commonjs",
44
"dependencies": {
55
"renovate": "41.58.1"
6+
},
7+
"pnpm": {
8+
"onlyBuiltDependencies": [
9+
"re2"
10+
]
611
}
712
}

.github/ng-renovate/pnpm-lock.yaml

Lines changed: 7088 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/ng-renovate/pnpm-workspace.yaml

Whitespace-only changes.

.github/workflows/ng-renovate.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@ jobs:
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
- uses: ./github-actions/npm/checkout-and-setup-node
3434
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
35-
- run: pnpm run renovate
35+
- run: pnpm install --frozen-lockfile
36+
working-directory: ./.github/ng-renovate
37+
- run: pnpm exec renovate
38+
working-directory: ./.github/ng-renovate
3639
env:
3740
LOG_LEVEL: debug
3841
RENOVATE_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
3942
RENOVATE_FORK_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
4043
GITHUB_COM_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
41-
RENOVATE_CONFIG_FILE: .github/ng-renovate/runner-config.js
44+
RENOVATE_CONFIG_FILE: ./runner-config.js
4245
RENOVATE_REPOSITORIES: ${{ matrix.REPOSITORY }}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@
168168
},
169169
"onlyBuiltDependencies": [
170170
"firebase-functions",
171-
"tsx",
172-
"renovate"
171+
"tsx"
173172
]
174173
}
175174
}

pnpm-lock.yaml

Lines changed: 91 additions & 4828 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ packages:
66
- .github/local-actions/branch-manager
77
- .github/local-actions/labels-sync
88
- .github/local-actions/lock-closed
9-
- .github/ng-renovate
109
- github-actions/google-internal-tests
1110
- github-actions/pull-request-labeling
1211
- github-actions/unified-status-check

0 commit comments

Comments
 (0)