Skip to content

Commit

Permalink
chore(deps): update storybook dependencies together (#5507)
Browse files Browse the repository at this point in the history
* chore(deps): update storybook dependencies together

* chore(dependabot): add storybook update group
  • Loading branch information
joshblack authored Jan 9, 2025
1 parent b55025c commit e1aeb1e
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 1,255 deletions.
14 changes: 13 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@ updates:
labels:
- 'dependencies'
- 'skip changeset'

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
versioning-strategy: increase
labels:
- 'dependencies'
- 'skip changeset'
groups:
storybook:
patterns:
- '@storybook/*'
- 'storybook'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
Loading

0 comments on commit e1aeb1e

Please sign in to comment.