From 5ac24a974465eb0339877e72164f1ffa349d14ae Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 26 Mar 2023 21:55:27 +0200 Subject: [PATCH] Switch back to monthly dependabot updates --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d608a8244..07f6b705b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,10 @@ updates: - package-ecosystem: "gomod" directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" # Dependencies listed in .github/workflows/*.yml - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"