Skip to content

Commit 098f373

Browse files
committed
Add dependabot
1 parent 243b4a7 commit 098f373

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "friday"
8+
time: "09:00"
9+
timezone: "America/Los_Angeles"
10+
groups:
11+
dev-dependencies-patch:
12+
dependency-type: "development"
13+
update-types:
14+
- "patch"
15+
dev-dependencies-minor:
16+
dependency-type: "development"
17+
update-types:
18+
- "minor"
19+
20+
prod-dependencies-patch:
21+
dependency-type: "production"
22+
update-types:
23+
- "patch"
24+
prod-dependencies-minor:
25+
dependency-type: "production"
26+
update-types:
27+
- "minor"

0 commit comments

Comments
 (0)