Skip to content

Commit 6e82167

Browse files
alan-agius4thePunderWoman
authored andcommitted
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.
1 parent 69da639 commit 6e82167

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
},
2828
{
2929
"matchManagers": ["bazel", "bazel-module", "bazelisk", "npm"],
30-
"matchDepNames": ["!pnpm", "!typescript", "*"],
3130
"postUpgradeTasks": {
3231
"commands": [
3332
"git restore .npmrc",
3433
"pnpm install --frozen-lockfile",
3534
"pnpm bazel mod deps --lockfile_mode=update",
35+
"pnpm ng-dev misc sync-module-bazel",
3636
"pnpm bazel run //.github/actions/deploy-docs-site:main",
3737
"pnpm bazel run //packages/common:base_currencies_file",
3838
"pnpm bazel run //packages/common/locales:closure_locale_file",
@@ -41,6 +41,7 @@
4141
"fileFilters": [
4242
".github/actions/deploy-docs-site/**/*",
4343
"packages/**/*",
44+
"MODULE.bazel",
4445
"MODULE.bazel.lock"
4546
],
4647
"executionMode": "branch"

0 commit comments

Comments
 (0)