Skip to content

Commit

Permalink
fix dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Asvarox committed Nov 12, 2023
1 parent cc00e2f commit eab0fcb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ updates:
open-pull-requests-limit: 5
groups:
storybook:
pattern: "^@storybook*"
patterns:
- "^@storybook*"
eslint:
pattern: "*eslint*"
patterns:
- "*eslint*"
playwright:
pattern: "*playwright*"
patterns:
- "*playwright*"
vite:
patterns:
- "*vite*"
Expand Down

0 comments on commit eab0fcb

Please sign in to comment.