Skip to content

Commit e876ba5

Browse files
authored
Merge pull request #651 from tgodzik/group-deps
chore: Group dependencies to avoid having to rebase 3 times
2 parents 64f51e8 + da72e22 commit e876ba5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ updates:
1111
directory: "/"
1212
schedule:
1313
interval: "weekly"
14+
groups:
15+
production-dependencies:
16+
dependency-type: "production"
17+
development-dependencies:
18+
dependency-type: "development"

0 commit comments

Comments
 (0)