File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " monthly"
12+ labels :
13+ - ' dependencies'
Original file line number Diff line number Diff line change 2323
2424 - name : Setup Mamba
2525 if : ${{ matrix.micromamba_installed }} == true
26- uses : mamba-org/setup-micromamba@v1
26+ uses : mamba-org/setup-micromamba@v2
2727
2828 - name : Setup Cylc
2929 uses : ./
Original file line number Diff line number Diff line change 2222 # install micromamba if necessary
2323 - name : Install Mamba
2424 if : steps.check_mamba.outcome == 'failure'
25- uses : mamba-org/setup-micromamba@v1
25+ uses : mamba-org/setup-micromamba@v2
2626 with :
2727 init-shell : bash
2828 post-cleanup : ' all'
You can’t perform that action at this time.
0 commit comments