From 81c386bd8fe7d3dc1e48028a4c2ad794eb92660b Mon Sep 17 00:00:00 2001 From: Dorian Johnson <2020@dorianj.net> Date: Mon, 8 Mar 2021 17:23:58 -0800 Subject: [PATCH] dependabot: only check for patches monthly (#97) We're not keeping up with these at the moment, so they're quite noisy. I think we would be OK switching to a slower cadence and taking them a bit more seriously. If this LGTY I'll apply this to other repos as well. Signed-off-by: Dorian Johnson <2020@dorianj.net> --- .dependabot/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dependabot/config.yml b/.dependabot/config.yml index 4d8d6f0..c775e58 100644 --- a/.dependabot/config.yml +++ b/.dependabot/config.yml @@ -2,4 +2,4 @@ version: 1 update_configs: - package_manager: "python" directory: "/" - update_schedule: "weekly" + update_schedule: "monthly"