From 462a10b02cc5bb0dd2dc297ecbb258a583f90f96 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 24 Mar 2025 09:27:52 -0700 Subject: [PATCH] Modified Dependabot updates interval to monthly --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea69c13..2d3914a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,20 +4,20 @@ updates: - package-ecosystem: composer directory: "/" schedule: - interval: weekly + interval: monthly assignees: - PHLAK - package-ecosystem: npm directory: "/" schedule: - interval: weekly + interval: monthly assignees: - PHLAK - package-ecosystem: github-actions directory: "/" schedule: - interval: weekly + interval: monthly assignees: - PHLAK