From 62e301afd0c14e608c568cea504617aacd9e0049 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 26 Feb 2022 08:45:34 -0700 Subject: [PATCH] Change dependabot from weekly to monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ff45e1..826b367 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,4 @@ updates: assignees: - "benbjohnson" schedule: - interval: "weekly" + interval: "monthly"