Skip to content

Commit d7d0219

Browse files
committed
chore: ignore storybook updates
1 parent 9f2a9b9 commit d7d0219

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,12 @@ updates:
1313
applies-to: version-updates
1414
patterns:
1515
- "@laverve*"
16-
storybook:
17-
applies-to: version-updates
18-
patterns:
19-
- "@storybook*"
20-
- "storybook*"
21-
update-types:
22-
- "minor"
23-
- "patch"
2416
react:
2517
applies-to: version-updates
2618
patterns:
2719
- "react*"
2820
- "*react"
2921
- "*react*"
22+
ignore:
23+
- dependency-name: "@storybook/*"
24+
- dependency-name: "storybook"

0 commit comments

Comments
 (0)