From d5ad965857df83e537337d827f42818f56c3beff Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 12 Jul 2022 12:50:09 -0700 Subject: [PATCH] deps: run dependabot weekly (#13723) --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db97e82c5..f1d7be31a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,10 @@ updates: - package-ecosystem: gomod directory: "/" schedule: - interval: daily + # Start the week with fresh deps + interval: "weekly" + day: "sunday" + time: "09:00" labels: - "theme/dependencies" - package-ecosystem: gomod