From 30742c59efef9483bfedd1fab76b05e808590329 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:53:37 +0000 Subject: [PATCH] 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 6e821674814a6f9fc8b3004abab5d7c5101801a4) --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c155245a406..141d429fd36 100644 --- a/renovate.json +++ b/renovate.json @@ -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"