Skip to content

Commit c29af3a

Browse files
authored
ci: add Go modules ecosystem to Dependabot
1 parent 40bcf73 commit c29af3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
version: 2
22
updates:
33

4+
# Maintain dependencies for Go modules
5+
- package-ecosystem: "gomod"
6+
directory: "/"
7+
schedule:
8+
interval: "daily"
9+
410
# Maintain dependencies for Docker
511
- package-ecosystem: "docker"
612
directory: "/"

0 commit comments

Comments
 (0)