From 31b9766679e709035933867377b2fe8a1ad344e2 Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Sun, 30 Jul 2023 05:19:14 -0700 Subject: [PATCH] add go mod to dep bot (#170) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b83d80df4..5f06e5a91 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"