Skip to content

Commit

Permalink
ci(dependabot): add grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev authored Aug 16, 2023
1 parent 37d5cf0 commit 04545f2
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 @@ -13,6 +13,17 @@ updates:
- 'kdev'
open-pull-requests-limit: 10
target-branch: 'beta'
groups:
typescript-eslint:
patterns:
- "@typescript-eslint/*"
prisma:
patterns:
- "@prisma/client"
- "prisma"
types:
patterns:
- "@types/*"

- package-ecosystem: 'github-actions'
directory: '/'
Expand Down

0 comments on commit 04545f2

Please sign in to comment.