Skip to content

Commit

Permalink
Merge pull request #342 from sanger/housekeeping/add-dependabot-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvv authored May 14, 2021
2 parents 46a7333 + fea6950 commit f582e2f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "07:00"
timezone: Europe/London
open-pull-requests-limit: 10
2 changes: 2 additions & 0 deletions .github/workflows/automated_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ jobs:
run: >-
docker run
--network host
--entrypoint ''
docker.pkg.github.com/${IMAGE_NAME}:${GITHUB_REF##*/}
python setup_test_db.py
- name: Run tests against the image
run: >-
docker run
--network host
--entrypoint ''
docker.pkg.github.com/${IMAGE_NAME}:${GITHUB_REF##*/}
python -m pytest --no-cov -vx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python - test
name: CI

on:
push:
Expand Down

0 comments on commit f582e2f

Please sign in to comment.