Skip to content

Commit

Permalink
Renovate: group react and react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph committed Apr 2, 2022
1 parent 2753ded commit 4800921
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,13 @@
groupName: "jest",
},
{
matchPackageNames: ["@types/react", "react"],
matchPackageNames: [
"@types/react",
"@types/react-dom",
"react",
"react-dom",
],
groupName: "react",
},
{
matchPackageNames: ["@types/react-dom", "react-dom"],
groupName: "react-dom",
},
],
}

0 comments on commit 4800921

Please sign in to comment.