Skip to content

Commit

Permalink
Enable dependabot groups for Storybook
Browse files Browse the repository at this point in the history
Use new dependabot feature to group PRs for Storybook packages
instead of opening a separate PR for each.

The patterns include the `storybook` CLI package as well as the
`@storybook/*` packages (framework, addons, etc.)
  • Loading branch information
AlanGreene authored and tekton-robot committed Jul 10, 2023
1 parent 74b0b0d commit bb1943f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ updates:
schedule:
interval: "weekly"
day: "sunday"
groups:
storybook:
patterns:
- "storybook"
- "@storybook/*"
labels:
- "area/dependency"
- "dependencies"
Expand Down

0 comments on commit bb1943f

Please sign in to comment.