Skip to content

Commit c55e032

Browse files
authored
Update dependabot configuration for npm packages
1 parent 54e041d commit c55e032

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'npm'
4-
directory: '/'
3+
- package-ecosystem: "npm"
4+
directory: "/"
55
schedule:
6-
interval: 'daily'
6+
interval: "daily"
77
commit-message:
8-
prefix: 'chore'
9-
prefix-development: 'chore'
8+
prefix: "chore(deps)"
9+
prefix-development: "chore(deps)"
1010
open-pull-requests-limit: 5
11+
groups:
12+
react:
13+
patterns:
14+
- "react"
15+
- "react-dom"
16+
- "@types/react"
17+
- "@types/react-dom"

0 commit comments

Comments
 (0)