Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Bind storybook and web/open-wc dependencies into update groups.
  • Loading branch information
Westbrook committed Mar 3, 2024
1 parent 13c3ca6 commit 1607614
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,21 @@ updates:
schedule:
interval: "weekly"
day: "thursday"
groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
storybook-ecosystem:
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- 'storybook'
- '@storybook/*'
- '@types/storybook*'
# Specify a name for the group, which will be used in pull request titles
# and branch names
modern-web-ecosystem:
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- '@open-wc/*'
- '@web/*'

0 comments on commit 1607614

Please sign in to comment.