mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[chore] Restrict Storybook version for Renovate (#171453)
Renovate bot keeps updating Storybook in #169655 to 7.x which has [significant breaking changes](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#from-version-65x-to-700), CI failures, and requires Webpack 5. This upgrade will require a human due to how our SB is setup. [Renovate Docs](https://docs.renovatebot.com/configuration-options/#allowedversions)
This commit is contained in:
parent
10f422836b
commit
d392473d90
1 changed files with 3 additions and 2 deletions
|
@ -462,7 +462,8 @@
|
|||
"Team:Operations",
|
||||
"release_note:skip"
|
||||
],
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"allowedVersions": "<7.0"
|
||||
},
|
||||
{
|
||||
"groupName": "react-query",
|
||||
|
@ -647,4 +648,4 @@
|
|||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue