Skip to content

Commit c4957df

Browse files
authored
chore: Add groups to dependabot config (#1225)
1 parent f09c9c4 commit c4957df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ updates:
77
time: '13:00'
88
open-pull-requests-limit: 10
99
versioning-strategy: increase-if-necessary
10+
groups:
11+
production-dependencies:
12+
dependency-type: "production"
13+
patterns:
14+
- "*"
15+
development-dependencies:
16+
dependency-type: "development"
17+
patterns:
18+
- "*"

0 commit comments

Comments
 (0)