Skip to content

Commit

Permalink
fix: Added group for npm dependencies - react and react-dom
Browse files Browse the repository at this point in the history
Signed-off-by: Saptarshi Sarkar <[email protected]>
  • Loading branch information
SaptarshiSarkar12 authored Dec 6, 2024
1 parent a8349ea commit 770504b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ updates:
- "next*"
- "@eslint-config-next*"
- "eslint-config-next*"
react-dependencies:
patterns:
- "@react*"
- "react*"
- "@react-dom*"
- "react-dom*"
commit-message:
prefix: "chore(npm)"
labels:
Expand Down

0 comments on commit 770504b

Please sign in to comment.