Skip to content

Commit cbd3fb5

Browse files
committed
build: Enable dependabot for docker and gomod
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 4328c2c commit cbd3fb5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/dependabot.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
version: 2
22

33
updates:
4-
- package-ecosystem: "github-actions"
4+
- package-ecosystem: github-actions
55
directory: "/"
66
schedule:
7-
interval: "weekly"
7+
interval: weekly
8+
- package-ecosystem: docker
9+
directory: "/"
10+
schedule:
11+
interval: weekly
12+
- package-ecosystem: gomod
13+
directory: "/"
14+
schedule:
15+
interval: weekly

0 commit comments

Comments
 (0)