Chore: group some packages to reduce number of PRs (#57912)

* group some packages to reduce number of PRs

* Group slate + slate-react together

* kick drone
This commit is contained in:
Ashley Harrison 2022-11-01 11:52:17 +00:00 committed by GitHub
parent 2de6cd0692
commit cff6d1cf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,27 @@
"matchPackagePatterns": ["@storybook"],
"extends": ["schedule:monthly"],
"groupName": "Storybook updates"
},
{
"groupName": "React Aria",
"matchPackagePrefixes": [
"@react-aria/",
"@react-stately/"
]
},
{
"groupName": "Moveable",
"matchPackageNames": [
"moveable",
"react-moveable"
]
},
{
"groupName": "Slate",
"matchPackageNames": [
"slate",
"slate-react"
]
}
],
"pin": {