Skip to content

Commit 789513e

Browse files
authored
Add dependabot for updating actions. (#34)
1 parent df3c15e commit 789513e

File tree

4 files changed

+14
-46
lines changed

4 files changed

+14
-46
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"

.github/workflows/main.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,3 @@ jobs:
5050
if: runner.os == 'Linux' && matrix.python-version == '3.9'
5151
shell: bash -l {0}
5252
run: bash <(curl -s https://codecov.io/bash) -F end_to_end -c
53-
54-
55-
docs:
56-
57-
name: Run documentation.
58-
runs-on: ubuntu-latest
59-
60-
steps:
61-
- uses: actions/checkout@v3
62-
- uses: mamba-org/provision-with-micromamba@main
63-
with:
64-
environment-file: false
65-
environment-name: gha-docs
66-
channels: conda-forge,nodefaults
67-
extra-specs: |
68-
python=3.11
69-
mamba
70-
tox-conda
71-
cache-downloads: true
72-
73-
- name: Build docs
74-
shell: bash -l {0}
75-
run: tox -e sphinx
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"

{{cookiecutter.project_slug}}/.github/workflows/main.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -70,26 +70,3 @@ jobs:
7070
if: runner.os == 'Linux' && matrix.python-version == '3.9'
7171
shell: bash -l {0}
7272
run: bash <(curl -s https://codecov.io/bash) -F end_to_end -c
73-
74-
75-
docs:
76-
77-
name: Run documentation.
78-
runs-on: ubuntu-latest
79-
80-
steps:
81-
- uses: actions/checkout@v3
82-
- uses: mamba-org/provision-with-micromamba@main
83-
with:
84-
environment-file: false
85-
environment-name: gha-docs
86-
channels: conda-forge,nodefaults
87-
extra-specs: |
88-
python=3.11
89-
mamba
90-
tox-conda
91-
cache-downloads: true
92-
93-
- name: Build docs
94-
shell: bash -l {0}
95-
run: tox -e sphinx

0 commit comments

Comments
 (0)