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"