Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 17 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
actions-infrastructure:
patterns:
- actions/*
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: monthly
groups:
gitsubmodule-dependencies:
patterns:
- '*'
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
actions-infrastructure:
patterns:
- actions/*
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: monthly
groups:
gitsubmodule-dependencies:
patterns:
- '*'
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tests
run: tox run -e tests
- name: Upload coverage to CodeCov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v7
with:
flags: ${{ matrix.os }}_${{ matrix.python-version }}
if: success()
Loading