mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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"],
|
"matchPackagePatterns": ["@storybook"],
|
||||||
"extends": ["schedule:monthly"],
|
"extends": ["schedule:monthly"],
|
||||||
"groupName": "Storybook updates"
|
"groupName": "Storybook updates"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "React Aria",
|
||||||
|
"matchPackagePrefixes": [
|
||||||
|
"@react-aria/",
|
||||||
|
"@react-stately/"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "Moveable",
|
||||||
|
"matchPackageNames": [
|
||||||
|
"moveable",
|
||||||
|
"react-moveable"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "Slate",
|
||||||
|
"matchPackageNames": [
|
||||||
|
"slate",
|
||||||
|
"slate-react"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pin": {
|
"pin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user