Skip to content

Commit

Permalink
updates Bot on requirements (SatcherInstitute#3290)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed May 14, 2024
1 parent cc69775 commit cd5a153
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
20 changes: 15 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,20 @@ updates:
- "minor"
- "patch"
open-pull-requests-limit: 2
- package-ecosystem: "pip"
directory: "requirements/"
schedule:
interval: "weekly"
groups:
minor-python:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 2
- package-ecosystem: "pip"
directory: "exporter/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
minor-python:
update-types:
Expand All @@ -56,7 +66,7 @@ updates:
- package-ecosystem: "pip"
directory: "run_gcs_to_bq/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
minor-python:
update-types:
Expand All @@ -66,7 +76,7 @@ updates:
- package-ecosystem: "pip"
directory: "run_ingestion/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
minor-python:
update-types:
Expand All @@ -76,7 +86,7 @@ updates:
- package-ecosystem: "pip"
directory: "data_server/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
minor-python:
update-types:
Expand All @@ -86,7 +96,7 @@ updates:
- package-ecosystem: "pip"
directory: "e2e_tests/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
minor-python:
update-types:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/runFrontendTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
# - name: Waiting for Netlify Preview
# uses: josephduffy/wait-for-netlify-action@v1
# id: wait-for-netlify-preview
# with:
# site_name: ${{env.NETLIFY_SITE_NAME}}
# max_timeout: 90
- name: Waiting for "Success" from Netlify Preview
uses: jakepartusch/wait-for-netlify-action@v1.4
id: waitFor200
Expand Down

0 comments on commit cd5a153

Please sign in to comment.