Skip to content

Commit

Permalink
Bring back parcel group from boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Sep 6, 2023
1 parent 52fcfa0 commit 2a374fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions base.json5
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@
"groupName": "react-router",
"commitMessageExtra": ""
},
{
// Split out Parcel updates because (even patches) have a history of breaking stuff
matchCategories: ["js"],
matchPackageNames: ["parcel"],
matchPackagePrefixes: ["@parcel/"],
groupName: "Parcel",
},

{
"matchCategories": ["php"],
Expand Down

0 comments on commit 2a374fc

Please sign in to comment.