From 29ad1de9864bdda3bd3aace1d9fa12d1ba93fbaf Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 21 Jan 2024 13:26:43 -0800 Subject: add gomod to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..0cfc43c 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" -- cgit 1.4.1