Skip to content

Commit

Permalink
build: disable update typescript for root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Jan 9, 2025
1 parent 27d786f commit 64dc628
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@
},
{
"matchPaths": ["examples/**/package.json"],
"matchDepNames": ["angular-in-memory-web-api", "typescript", "zone.js"],
"matchDepNames": ["angular-in-memory-web-api", "zone.js"],
"enabled": false
},
{
"matchPaths": ["examples/**/package.json", "package.json"],
"matchUpdateTypes": ["typescript"],
"enabled": false
}
]
Expand Down

0 comments on commit 64dc628

Please sign in to comment.