Skip to content

Commit

Permalink
build: disable updating typescript for all package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Jan 9, 2025
1 parent 7f24fa3 commit 5c921d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"enabled": false
},
{
"matchPaths": ["examples/**/package.json", "package.json"],
"matchPaths": ["**/package.json"],
"matchUpdateTypes": ["typescript"],
"enabled": false
}
Expand Down

0 comments on commit 5c921d2

Please sign in to comment.