Skip to content

Commit 06f5879

Browse files
alan-agius4atscott
authored andcommitted
ci: several fixes for renovate (#63083)
This commit contains several fixes for renovate to work properly with `pnpm` PR Close #63083
1 parent c4dcfdf commit 06f5879

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

modules/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"@angular/build": "20.2.0-next.2",
66
"@angular/common": "workspace:*",
77
"@angular/compiler": "workspace:*",
8+
"@angular/compiler-cli": "workspace:*",
89
"@angular/core": "workspace:*",
910
"@angular/forms": "workspace:*",
1011
"@angular/localize": "workspace:*",

pnpm-lock.yaml

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

renovate.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
"commands": [
1212
"git restore .yarn/releases/yarn-1.22.22.cjs .npmrc",
1313
"pnpm install --frozen-lockfile",
14-
"pnpm bazel run //.github/actions/deploy-docs-site:main.update",
15-
"pnpm bazel run //packages/common:base_currencies_file.update",
16-
"pnpm bazel run //packages/common/locales:closure_locale_file.update",
17-
"pnpm bazel run //packages/core:base_locale_file.update"
14+
"pnpm bazel run //.github/actions/deploy-docs-site:main",
15+
"pnpm bazel run //packages/common:base_currencies_file",
16+
"pnpm bazel run //packages/common/locales:closure_locale_file",
17+
"pnpm bazel run //packages/core:base_locale_file"
1818
],
1919
"fileFilters": [
2020
".github/actions/deploy-docs-site/**/*",
21-
"packages/**/*",
22-
"pnpm-lock.yaml"
21+
"packages/**/*"
2322
],
2423
"executionMode": "branch"
2524
},
@@ -58,6 +57,7 @@
5857
{
5958
"matchFileNames": [
6059
"integration/**",
60+
"modules/ssr-benchmarks",
6161
"packages/core/schematics/migrations/signal-migration/test/**",
6262
"packages/zone.js/test/typings/package.json"
6363
],

0 commit comments

Comments
 (0)