Skip to content

Commit

Permalink
ci: add more dependabot grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 19, 2023
1 parent 2853fb9 commit 0f23088
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,10 +13,19 @@ updates:
interval: weekly
open-pull-requests-limit: 10
groups:
vite:
patterns:
- "@vitejs/*"
- "vite"
vitest:
patterns:
- "@vitest/*"
- "vitest"
fastify:
patterns:
- "fastify"
- "fastify-*"
- "@fastify/*"
react:
patterns:
- "react"
Expand All @@ -29,6 +38,12 @@ updates:
babel:
patterns:
- "@babel/*"
eslint:
patterns:
- "eslint"
- "eslint-plugin-*"
- "eslint-config-*"
- "@typescript-eslint/*"
stylelint:
patterns:
- "stylelint"
Expand Down

0 comments on commit 0f23088

Please sign in to comment.