ci: add pnpm and typescript exclusions to a Renovate package rule.

This will be handled in dev-infra preset, see: https://github.com/angular/dev-infra/pull/3340
This commit is contained in:
Alan Agius 2026-01-09 17:13:12 +00:00 committed by Jessica Janiuk
parent 7b5625e72a
commit 99db2e9065

View file

@ -27,6 +27,7 @@
},
{
"matchManagers": ["bazel", "bazel-module", "bazelisk", "npm"],
"matchDepNames": ["!pnpm", "!typescript", "*"],
"postUpgradeTasks": {
"commands": [
"git restore .npmrc",