Skip to content

Commit

Permalink
chore: set some dependency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Jan 14, 2025
1 parent 75aee12 commit 00793ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,18 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
eslint:
patterns:
- "eslint"
- "@eslint/*"
- "@types/eslint__*"
- "typescript-eslint"
typescript:
patterns:
- "typescript"
- "@types/*"
fastify:
patterns:
- "fastify"
- "@fastify/*"

0 comments on commit 00793ff

Please sign in to comment.