Skip to content

Commit

Permalink
Adds Dependabot to all python services (SatcherInstitute#3224)
Browse files Browse the repository at this point in the history
# Description and Motivation
<!--- bulleted, high level items. use keywords (eg "closes SatcherInstitute#144" or
"fixes #4323") -->

closes SatcherInstitute#1649 

## Has this been tested? How?

works for `python/` so far

## Types of changes

(leave all that apply)

- Refactor / chore

## New frontend preview link is below in the Netlify comment 😎
  • Loading branch information
benhammondmusic committed May 4, 2024
1 parent c7aa67b commit 33c143e
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,53 @@ updates:
- "minor"
- "patch"
open-pull-requests-limit: 2
- package-ecosystem: "pip"
directory: "exporter/"
schedule:
interval: "weekly"
groups:
minor-python:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 2
- package-ecosystem: "pip"
directory: "run_gcs_to_bq/"
schedule:
interval: "weekly"
groups:
minor-python:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 2
- package-ecosystem: "pip"
directory: "run_ingestion/"
schedule:
interval: "weekly"
groups:
minor-python:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 2
- package-ecosystem: "pip"
directory: "data_server/"
schedule:
interval: "weekly"
groups:
minor-python:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 2
- package-ecosystem: "pip"
directory: "e2e_tests/"
schedule:
interval: "weekly"
groups:
minor-python:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 2

0 comments on commit 33c143e

Please sign in to comment.