From f6ea5c5865109048660dd6285ba1e0125b0fc577 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 14 Jan 2023 12:02:42 +0100 Subject: [PATCH] CI: let dependabot check for updates weekly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07f6b705b..d608a8244 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,10 @@ updates: - package-ecosystem: "gomod" directory: "/" # Location of package manifests schedule: - interval: "monthly" + interval: "weekly" # Dependencies listed in .github/workflows/*.yml - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly"