-
Notifications
You must be signed in to change notification settings - Fork 188
chore: Add storybook to dependabot storybook group #1288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: 0 B Total Size: 545 kB ℹ️ View Unchanged
|
@@ -51,6 +51,7 @@ updates: | |||
patterns: | |||
- '@storybook/*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this didn't pick up @storybook/react
but the package was updated – does it need adding explicitly because it interferes with the react pattern above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mh, no I don't think so - for it to pick up react we would have had to specify **react
. I think I would try and merge this and then try to rebase the open PR to see if it is being picked up.
What does it do?
Adds
storybook
as dependency to update along the storybook dependabot group.Why is it needed?
It was missing.
Related issue(s)/PR(s)
Refs #1286