Skip to content

Commit

Permalink
ci: create dependency groups for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Dec 2, 2024
1 parent a98a840 commit 119a362
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 @@ -18,3 +18,18 @@ updates:
directory: "/test/app"
schedule:
interval: "weekly"
groups:
eslint:
patterns:
- "eslint"
- "@eslint/*"
- "@types/eslint__*"
- "typescript-eslint"
typescript:
patterns:
- "typescript"
- "ts-node"
fastify:
patterns:
- "fastify"
- "@fastify/*"

0 comments on commit 119a362

Please sign in to comment.