Skip to content

Commit

Permalink
[core] Update React renovate group with @types (#10723)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored Oct 19, 2023
1 parent 522721c commit 7d2ecd9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@
},
{
"groupName": "React",
"matchPackageNames": ["react", "react-dom", "react-is", "react-test-renderer"]
"matchPackageNames": [
"react",
"react-dom",
"react-is",
"react-test-renderer",
"@types/react",
"@types/react-dom"
]
},
{
"groupName": "React router",
Expand Down

0 comments on commit 7d2ecd9

Please sign in to comment.