mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
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:
parent
2de6cd0692
commit
cff6d1cf8b
21
.github/renovate.json5
vendored
21
.github/renovate.json5
vendored
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user