Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Correct schedule interval comment in dependabot config #941

Merged
merged 1 commit into from
Sep 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down