Skip to content

Commit

Permalink
Add Dependabot update groups
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperkins committed Oct 28, 2024
1 parent 8b6c442 commit 843cc4d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
nextjs:
patterns:
- "next"
- "@next/*"
- "*-next"
react:
patterns:
- "react"
- "react-dom"
- "@types/react"
types:
patterns:
- "@types/*"
tailwind:
patterns:
- "tailwindcss"
- "tailwindcss*"
- "@tailwindcss*"
eslint:
patterns:
- "eslint"
- "eslint-*"
prettier:
patterns:
- "prettier"
- "prettier-*"
- "*-prettier"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 843cc4d

Please sign in to comment.