Skip to content

Commit 432833a

Browse files
committed
chore(ci): add dependabot dependency groups for actions, dev, and prod
1 parent ee67e44 commit 432833a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
actions-deps:
9+
patterns:
10+
- "*"
11+
712
- package-ecosystem: npm
813
directory: "/"
914
schedule:
10-
interval: "weekly"
15+
interval: "weekly"
16+
groups:
17+
dev-deps:
18+
dependency-type: "development"
19+
prod-deps:
20+
dependency-type: "production"

0 commit comments

Comments
 (0)