Skip to content

Commit 0de930a

Browse files
bsipoczagoose77
andauthored
MAINT: update dependabot config (#127)
* MAINT: switching to monthly dependabot and use only for actions * CI: group dependabot updates * CI: update codecov action version --------- Co-authored-by: Angus Hollands <goosey15@gmail.com>
1 parent 1c5f6d1 commit 0de930a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "pip"
9-
directory: "/"
10-
schedule:
11-
interval: "weekly"
12-
138
- package-ecosystem: "github-actions"
149
directory: "/"
1510
schedule:
16-
interval: "weekly"
11+
interval: "monthly"
12+
groups:
13+
actions:
14+
patterns:
15+
- "*"
16+
labels:
17+
- "github_actions"

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
# for some reason the tests/conftest.py::check_nbs fixture breaks pytest-cov's cov-report outputting
4444
# this is why we run `coverage xml` afterwards (required by codecov)
4545
- name: Upload to Codecov
46-
# FIXME: disable broken codecov
47-
if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false
48-
uses: codecov/codecov-action@v3
46+
if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
47+
uses: codecov/codecov-action@v4
4948
with:
5049
name: jupyter-cache-pytests-py3.10
5150
flags: pytests

0 commit comments

Comments
 (0)