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:
Alan Agius 2026-01-13 13:53:37 +00:00 committed by Jessica Janiuk
parent 6e8f1421a6
commit 30742c59ef

View file

@ -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"