Skip to content

Commit

Permalink
feat: add typescript to list of ignoredDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfwebb committed Nov 18, 2024
1 parent d6f7724 commit 7605710
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 @@ -18,7 +18,7 @@
"**/tests/**",
"**/__fixtures__/**"
],
"ignoreDeps": ["neo4j"],
"ignoreDeps": ["neo4j", "typescript"],
"separateMajorMinor": true,
"packageRules": [
{
Expand Down

0 comments on commit 7605710

Please sign in to comment.