Skip to content

Commit

Permalink
add dependabot, use alls-green (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Jun 22, 2023
1 parent e80e61d commit 9171e28
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

updates:
- package-ecosystem: pip
directory: /
schedule:
interval: weekly

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 99
rebase-strategy: "disabled"
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ jobs:
- name: test
run: make test INSTALL_EXTRA=test

all-tests-pass:
if: always()

needs:
- test

runs-on: ubuntu-latest

steps:
- name: check test jobs
uses: re-actors/[email protected]
with:
jobs: ${{ toJSON(needs) }}

lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9171e28

Please sign in to comment.