mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 10:24:54 -06:00
Renovate: Separate storybook from monthly patches (#44373)
This commit is contained in:
parent
00c389933b
commit
ed7552db79
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@ -31,8 +31,14 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"excludePackagePatterns": ["@storybook"],
|
||||
"extends": ["schedule:monthly"],
|
||||
"groupName": "Monthly patch updates"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["@storybook"],
|
||||
"extends": ["schedule:monthly"],
|
||||
"groupName": "Storybook updates"
|
||||
}
|
||||
],
|
||||
"pin": {
|
||||
|
Loading…
Reference in New Issue
Block a user