From a75b951570221f83141c2d965163c915149d9e94 Mon Sep 17 00:00:00 2001 From: Jake Coffman Date: Mon, 13 Nov 2023 08:18:17 -0600 Subject: [PATCH] add Dependabot config for Docker at /go_modules --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5778ec7737f..75e162ef9f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -47,6 +47,12 @@ updates: interval: "weekly" day: "sunday" time: "16:00" + - package-ecosystem: "docker" + directory: "/go_modules" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" - package-ecosystem: "github-actions" directory: "/" schedule: