Skip to content

Commit 78caa9f

Browse files
authored
chore: lock addon-actions for dependabot (#2430)
1 parent f9f5d7b commit 78caa9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ updates:
2424
# Ignore chalk >=5.x until this project uses TS or ESM
2525
- dependency-name: "chalk"
2626
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"]
2731
groups:
2832
# Specify a name for the group, which will be used in pull request titles
2933
# and branch names

0 commit comments

Comments
 (0)