Update dependabot.yaml (#1173)

Extend Dependabot to manage Go and Docker dependencies
This commit is contained in:
Jauder Ho
2023-05-13 11:22:29 +03:00
committed by GitHub
parent ad503d45cb
commit ba4f5753be
+11
View File
@@ -8,3 +8,14 @@ updates:
pull-request-branch-name:
# Separate sections of the branch name with a hyphen
separator: "-"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"