Skip to content

Commit

Permalink
chore: update typescript in a separate group instead of ignoring it
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 19, 2024
1 parent 3976533 commit 2062797
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@
],
"rangeStrategy": "bump",
"labels": ["dependencies"],
"ignoreDeps": ["typescript"]
"packageRules": [
{
"matchDepNames": ["typescript"],
"rangeStrategy": "replace",
"groupName": "typescript"
}
]
}

0 comments on commit 2062797

Please sign in to comment.