From ba4f5753bec48e1a02e191fc502e1a4aac471a9d Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Sat, 13 May 2023 01:22:29 -0700 Subject: [PATCH] Update dependabot.yaml (#1173) Extend Dependabot to manage Go and Docker dependencies --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6124692..0d7b9af 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -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" +