We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f5d7b commit 78caa9fCopy full SHA for 78caa9f
.github/dependabot.yml
@@ -24,6 +24,10 @@ updates:
24
# Ignore chalk >=5.x until this project uses TS or ESM
25
- dependency-name: "chalk"
26
versions: [">=5.x"]
27
+ # Lock storybook addon-actions to 7.5.x until console plugin resolves issue
28
+ # https://github.com/storybookjs/storybook-addon-console/issues/80#issuecomment-1876601028
29
+ - dependency-name: "@storybook/addon-actions"
30
+ versions: [">=7.6"]
31
groups:
32
# Specify a name for the group, which will be used in pull request titles
33
# and branch names
0 commit comments