diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..01127a7 --- /dev/null +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/workflows/env-checks.yml b/.github/workflows/env-checks.yml index 346c95a..f43ea60 100644 --- a/.github/workflows/env-checks.yml +++ b/.github/workflows/env-checks.yml @@ -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