Skip to content

Commit 3448e65

Browse files
committed
ci: add dependabot
1 parent 0f4e9f7 commit 3448e65

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/dependabot.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/web"
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
web:
9+
update-types:
10+
- "minor"
11+
- "patch"
12+
13+
- package-ecosystem: "pip"
14+
directory: "/api"
15+
schedule:
16+
interval: "weekly"
17+
groups:
18+
api:
19+
update-types:
20+
- "minor"
21+
- "patch"
22+
23+
- package-ecosystem: "docker"
24+
directories:
25+
- "/web"
26+
- "/api"
27+
schedule:
28+
interval: "weekly"
29+
groups:
30+
dockerfile:
31+
update-types:
32+
- "minor"
33+
- "patch"

0 commit comments

Comments
 (0)