From a3261ee053ed38790badd285be021ff89fe17543 Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Fri, 23 Sep 2022 16:52:18 -0700 Subject: [PATCH] Correct schedule interval comment in dependabot config --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d8671eb59..1989942ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: - package-ecosystem: pip # Look for a `Pipfile` in the `/api` directory directory: /api - # Check for updates once a week + # Check for updates once a month schedule: interval: monthly labels: @@ -24,7 +24,7 @@ updates: - package-ecosystem: pip # Look for a `Pipfile` in the `/ingestion_server` directory directory: /ingestion_server - # Check for updates once a week + # Check for updates once a month schedule: interval: monthly labels: