Skip to content

Commit

Permalink
chore: configure renovate to make separate PR for typescript (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed Sep 1, 2021
1 parent e498947 commit 0dc65da
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 @@ -4,5 +4,11 @@
"lockFileMaintenance": {
"enabled": true
},
"labels": ["dependencies"]
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": ["typescript"],
"groupName": "typescript"
}
]
}

0 comments on commit 0dc65da

Please sign in to comment.