Skip to content

Commit

Permalink
Create dependabot.yml and pin conda action (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Oct 12, 2024
1 parent 7c74b92 commit 8759478
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Dependabot version updates. See docs for configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every month
interval: "monthly"
2 changes: 1 addition & 1 deletion .github/workflows/env-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
fi;
# create the conda env
- uses: conda-incubator/setup-miniconda@v3
- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
with:
python-version: ${{ matrix.python-version }}
auto-update-conda: true
Expand Down

0 comments on commit 8759478

Please sign in to comment.