Skip to content

Commit

Permalink
Merge pull request #765 from openforcefield/add-dependabot
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
mattwthompson committed Nov 12, 2020
2 parents 2d73f3d + e69b66c commit 19e8cde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,7 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Expand Up @@ -41,15 +41,15 @@ jobs:
run:
sleep 7200

- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v1
name: Vanilla install from conda
if: ${{ matrix.openeye == 'false' }}
with:
python-version: ${{ matrix.python-version }}
activate-environment: test
environment-file: devtools/conda-envs/conda.yaml
auto-activate-base: false
- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v1
name: Install from conda with OpenEye
if: ${{ matrix.openeye == 'true' }}
with:
Expand Down

0 comments on commit 19e8cde

Please sign in to comment.