Skip to content

Commit

Permalink
Create package groups for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
leroykorterink committed Oct 6, 2023
1 parent 69229e5 commit 50d904b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,14 @@ updates:
schedule:
interval: 'weekly'
day: 'sunday'
groups:
storybook:
patterns:
- 'storybook'
- '@storybook/*'
swc:
patterns:
- '@swc/*'
eslint-config:
patterns:
- '@mediamonks/eslint-config*'

0 comments on commit 50d904b

Please sign in to comment.