Skip to content

Commit 3bd0f1f

Browse files
add dev and prod dependencies groups to dependabot (#1161)
1 parent cbede5b commit 3bd0f1f

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
@@ -10,3 +10,8 @@ updates:
1010
schedule:
1111
interval: "monthly"
1212
versioning-strategy: increase-if-necessary
13+
groups:
14+
production-dependencies:
15+
dependency-type: "production"
16+
dev-dependencies:
17+
dependency-type: "development"

0 commit comments

Comments
 (0)