Skip to content

Commit 4083f73

Browse files
committed
Update dependabot to run monthly + batch updates
1 parent a82aaa8 commit 4083f73

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,15 @@ updates:
33
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
7-
versioning-strategy: lockfile-only
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)