Skip to content

Commit

Permalink
MAINT: update dependabot config (#127)
Browse files Browse the repository at this point in the history
* MAINT: switching to monthly dependabot and use only for actions

* CI: group dependabot updates

* CI: update codecov action version

---------

Co-authored-by: Angus Hollands <[email protected]>
  • Loading branch information
bsipocz and agoose77 authored Nov 15, 2024
1 parent 1c5f6d1 commit 0de930a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
13 changes: 7 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0de930a

Please sign in to comment.