From baa89659267f0e12688cdd9cda963455a832bc5a Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Mon, 20 Sep 2021 01:21:54 +0000 Subject: [PATCH] fix dependabot --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38ebc8e..12e6467 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,6 @@ version: 2 updates: - package-ecosystem: gomod + directory: "/" schedule: - interval: weekly + interval: monthly