Move prettier into its own group

This commit is contained in:
Nathan Bierema 2021-09-13 14:13:16 -04:00
parent 7f883226df
commit 1bf3fef039

View File

@ -35,6 +35,11 @@
{
"matchPackageNames": ["node"],
"groupName": "node"
},
{
"matchPackageNames": ["prettier"],
"matchUpdateTypes": ["major", "minor", "patch"],
"groupName": "prettier"
}
]
}