Skip to content

Commit 32b149f

Browse files
authored
create dependabot config with batching for minor changes
1 parent 1152aaf commit 32b149f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
groups:
6+
dev-dependencies:
7+
dependency-type: "development"
8+
update-types:
9+
- "minor"
10+
- "patch"
11+
schedule:
12+
interval: weekly
13+
time: "03:00"
14+
timezone: America/New_York
15+
open-pull-requests-limit: 10
16+
versioning-strategy: increase
17+
- package-ecosystem: github-actions
18+
directory: "/"
19+
schedule:
20+
interval: daily
21+
time: "03:00"
22+
timezone: America/New_York
23+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)