Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
fix: add storybook to dependabot ignore list (#1236)
Browse files Browse the repository at this point in the history
closes #1235
  • Loading branch information
0-vortex committed Oct 14, 2021
1 parent 2d0b7f3 commit c95e161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- dependency-name: "@storybook*"
- dependency-name: "storybook*"
open-pull-requests-limit: 15
labels:
- chore
Expand Down

0 comments on commit c95e161

Please sign in to comment.