Skip to content

Commit

Permalink
chore: add dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ahilke committed Oct 27, 2023
1 parent 36f2830 commit f0b0501
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@ updates:
versioning-strategy: increase
schedule:
interval: weekly
groups:
typescript-eslint:
patterns:
- "@typescript-eslint/*"
jest:
patterns:
- "@jest/*"
nestjs:
patterns:
- "@nestjs/*"

0 comments on commit f0b0501

Please sign in to comment.