diff --git a/base.json5 b/base.json5 index ab096ce..6b156c9 100644 --- a/base.json5 +++ b/base.json5 @@ -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"],