From a63ea65047764763da099d6693cd149e20e2b854 Mon Sep 17 00:00:00 2001 From: Joshua Bronson Date: Sun, 18 Apr 2021 15:01:16 +0000 Subject: [PATCH] Switch dependabot schedule to monthly. --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa5acd5..dc9b691 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,5 @@ updates: - package-ecosystem: "pip" directory: "/requirements" schedule: - interval: "weekly" - day: "saturday" - time: "12:00" # UTC + interval: "monthly" open-pull-requests-limit: 1