From faa2d389e7770db6aa3b31d88f5d965c7544f798 Mon Sep 17 00:00:00 2001 From: Sam Lehman <134539022+Lehmanator@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:59:39 -0400 Subject: [PATCH] Update dependabot.yml Make dependabot update monthly instead of weekly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88b9934..7f170fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,6 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly reviewers: - Lehmanator