[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:
Brad White 2023-11-21 14:43:15 -07:00 committed by GitHub
parent 10f422836b
commit d392473d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
]
}
}