From 6cf6a2f7eb2673c1af3ed9edb485f927b2b981bb Mon Sep 17 00:00:00 2001 From: Brady Tappel <30638248+ThisIsBrady@users.noreply.github.com> Date: Sun, 25 Aug 2024 21:22:24 -0500 Subject: [PATCH] Change Dependabot auto update to monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f2b2d1b..4daf592 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" reviewers: - "ThisIsBrady" assignees: