Skip to content

Commit 078a295

Browse files
committed
ci: add pnpm and typescript exclusions to a Renovate package rule.
This will be handled in dev-infra preset, see: angular/dev-infra#3340
1 parent 4929577 commit 078a295

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
{
2929
"matchManagers": ["bazel", "bazel-module", "bazelisk", "npm"],
30+
"matchDepNames": ["!pnpm", "!typescript", "*"],
3031
"postUpgradeTasks": {
3132
"commands": [
3233
"git restore .npmrc",

0 commit comments

Comments
 (0)