From 14a917c2624498e30f39205721b55e408692b66e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 24 Apr 2022 21:44:53 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1636a4d40..2e7a327bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: gomod directory: "/" schedule: - interval: daily + interval: weekly