Skip to content

Commit

Permalink
build: group dependabot's storybook PRs
Browse files Browse the repository at this point in the history
This makes sure that the `storybook` and `@storybook/*` dependencies are
all updated in a single pull request instead instead of many that depend
on one another anyway.
  • Loading branch information
matijs committed Jun 23, 2024
1 parent 92427cd commit 75eeed8
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 @@ -11,6 +11,11 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
storybook:
patterns:
- "storybook"
- "@storybook/*"
versioning-strategy: "increase-if-necessary"
open-pull-requests-limit: 20
reviewers:
Expand Down

0 comments on commit 75eeed8

Please sign in to comment.