We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c74b92 commit 8759478Copy full SHA for 8759478
.github/dependabot.yml
@@ -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
@@ -59,7 +59,7 @@ jobs:
59
fi;
60
61
# create the conda env
62
- - uses: conda-incubator/setup-miniconda@v3
+ - uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
63
with:
64
python-version: ${{ matrix.python-version }}
65
auto-update-conda: true
0 commit comments