From 0de930a7a85e410783ff9ea3490612f5beb5be95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Fri, 15 Nov 2024 07:56:05 -0800 Subject: [PATCH] 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 --- .github/dependabot.yml | 13 +++++++------ .github/workflows/tests.yml | 5 ++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d21cf00..42ecbd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,12 +5,13 @@ version: 2 updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + groups: + actions: + patterns: + - "*" + labels: + - "github_actions" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b46e030..3906078 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,9 +43,8 @@ jobs: # for some reason the tests/conftest.py::check_nbs fixture breaks pytest-cov's cov-report outputting # this is why we run `coverage xml` afterwards (required by codecov) - name: Upload to Codecov - # FIXME: disable broken codecov - if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false - uses: codecov/codecov-action@v3 + if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' + uses: codecov/codecov-action@v4 with: name: jupyter-cache-pytests-py3.10 flags: pytests