Skip to content

Commit

Permalink
Merge pull request #132 from zazuko/dependabot-groups
Browse files Browse the repository at this point in the history
Create dependency groups for Dependabot
ludovicm67 authored Dec 2, 2024
2 parents a98a840 + 119a362 commit 1c17d85
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
@@ -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 1c17d85

Please sign in to comment.