Skip to content

Commit ede32ac

Browse files
committed
Update dependabot to run monthly + batch updates
1 parent 6b85c10 commit ede32ac

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/dependabot.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,15 @@ updates:
33
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
7+
groups:
8+
production-dependencies:
9+
dependency-type: "production"
10+
update-types:
11+
- "minor"
12+
- "patch"
13+
development-dependencies:
14+
dependency-type: "development"
15+
update-types:
16+
- "minor"
17+
- "patch"

0 commit comments

Comments
 (0)