From aca452e5cf7c314063a4fa22cdd44e2483c6f9b4 Mon Sep 17 00:00:00 2001 From: Johannes Edmeier Date: Wed, 14 Jun 2023 18:10:20 +0200 Subject: [PATCH] build: add gomod to dependabot.yml --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c139c7..15c3cb1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" +- package-ecosystem: "gomod" + directory: / + schedule: + interval: "weekly" +