Skip to content

Commit 8759478

Browse files
authored
Create dependabot.yml and pin conda action (#35)
1 parent 7c74b92 commit 8759478

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Dependabot version updates. See docs for configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
# Check for updates to GitHub Actions every month
11+
interval: "monthly"

.github/workflows/env-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fi;
6060
6161
# create the conda env
62-
- uses: conda-incubator/setup-miniconda@v3
62+
- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
6363
with:
6464
python-version: ${{ matrix.python-version }}
6565
auto-update-conda: true

0 commit comments

Comments
 (0)