From 85d432f6f0210fcbd4a5ed68b81f3ed307a2e153 Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Wed, 13 Sep 2023 10:27:59 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d170..0cfc43c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,10 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly"