From 27c24de76466f4b22d0e1b0ef673ee513d3cc536 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Fri, 25 Mar 2022 10:21:20 -0600 Subject: [PATCH] chore: Reduce dependabot frequency to weekly (#560) 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 da18f5693c..6609949ad0 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: