From 2e11dffbdb9a4710fdc9233e8efe0a124e204e24 Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Sat, 25 Mar 2023 09:01:57 +0100 Subject: [PATCH] Dependabot: Switch update interval from daily to monthly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 83f62324..d433f2dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,9 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "monthly"