mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
7b5625e72a
commit
99db2e9065
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
},
|
||||
{
|
||||
"matchManagers": ["bazel", "bazel-module", "bazelisk", "npm"],
|
||||
"matchDepNames": ["!pnpm", "!typescript", "*"],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"git restore .npmrc",
|
||||
|
|
|
|||
Loading…
Reference in a new issue