mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: update Renovate configuration to replace Bazel module dependency command
This uses `ng-dev misc sync-module-bazel`, add `MODULE.bazel` to file filters, and remove specific dependency name matching.
(cherry picked from commit 6e82167481)
This commit is contained in:
parent
6e8f1421a6
commit
30742c59ef
1 changed files with 2 additions and 1 deletions
|
|
@ -30,12 +30,12 @@
|
|||
},
|
||||
{
|
||||
"matchManagers": ["bazel", "bazel-module", "bazelisk", "npm"],
|
||||
"matchDepNames": ["!pnpm", "!typescript", "*"],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"git restore .npmrc",
|
||||
"pnpm install --frozen-lockfile",
|
||||
"pnpm bazel mod deps --lockfile_mode=update",
|
||||
"pnpm ng-dev misc sync-module-bazel",
|
||||
"pnpm bazel run //.github/actions/deploy-docs-site:main",
|
||||
"pnpm bazel run //packages/common:base_currencies_file",
|
||||
"pnpm bazel run //packages/common/locales:closure_locale_file",
|
||||
|
|
@ -44,6 +44,7 @@
|
|||
"fileFilters": [
|
||||
".github/actions/deploy-docs-site/**/*",
|
||||
"packages/**/*",
|
||||
"MODULE.bazel",
|
||||
"MODULE.bazel.lock"
|
||||
],
|
||||
"executionMode": "branch"
|
||||
|
|
|
|||
Loading…
Reference in a new issue