From dcffcda34d66a6e9080dd29cdd264b868767a583 Mon Sep 17 00:00:00 2001 From: Owen Ou Date: Fri, 29 Sep 2023 21:38:23 -0700 Subject: [PATCH] Add back dependabot for gomod --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a..0cfc43cd9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly"