From d7c8b4628e6816c2a00e2e69719284a4c1e4ea05 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 6 Jan 2022 17:39:13 -0600 Subject: [PATCH] build: added gomod checking to depdendabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6fddca0..0a50f4f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly"