Skip to content

Commit 64dc628

Browse files
committed
build: disable update typescript for root package.json
1 parent 27d786f commit 64dc628

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@
7272
},
7373
{
7474
"matchPaths": ["examples/**/package.json"],
75-
"matchDepNames": ["angular-in-memory-web-api", "typescript", "zone.js"],
75+
"matchDepNames": ["angular-in-memory-web-api", "zone.js"],
76+
"enabled": false
77+
},
78+
{
79+
"matchPaths": ["examples/**/package.json", "package.json"],
80+
"matchUpdateTypes": ["typescript"],
7681
"enabled": false
7782
}
7883
]

0 commit comments

Comments
 (0)