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 76a6984d7b
commit 1dd06f5e5c
+2 -1
View File
@@ -27,12 +27,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",
@@ -41,6 +41,7 @@
"fileFilters": [
".github/actions/deploy-docs-site/**/*",
"packages/**/*",
"MODULE.bazel",
"MODULE.bazel.lock"
],
"executionMode": "branch"