Skip to content

Commit fa63721

Browse files
authored
Add Dependabot Configuration (#7)
1 parent 936d352 commit fa63721

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
11+
12+
- package-ecosystem: "docker"
13+
directory: "/"
14+
schedule:
15+
interval: "monthly"
16+
groups:
17+
docker:
18+
patterns:
19+
- "*"
20+
21+
- package-ecosystem: "gomod"
22+
directory: "/"
23+
schedule:
24+
interval: "monthly"
25+
groups:
26+
gomod:
27+
patterns:
28+
- "*"

0 commit comments

Comments
 (0)