From e91f5331120843dd6ae1dc932a0fd4010c4935a9 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Thu, 24 Mar 2022 23:53:16 +0000 Subject: [PATCH] chore: Reduce dependabot frequency to weekly It was tiring seeing 5+ PRs a day for dependency updates. Reducing this to a week should save some time! --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index da18f5693c0da..6609949ad01e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" time: "06:00" timezone: "America/Chicago" commit-message: