From 610ceeed33384d45f4848060b6ddea60d010fd02 Mon Sep 17 00:00:00 2001 From: timngyn Date: Fri, 3 May 2024 15:56:37 -0700 Subject: [PATCH] Update interval for github-actions to monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fcd5679c575..71a4f5c690c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,4 @@ updates: # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) directory: "/" schedule: - interval: "weekly" + interval: "monthly"