Skip to content

Commit

Permalink
Setup dependabot (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed May 5, 2024
1 parent 75b7c11 commit 2438206
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "CI"
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -126,6 +126,8 @@ jobs:
path: "reports"

- name: "Upload to Codecov"
uses: "codecov/codecov-action@v3"
uses: "codecov/codecov-action@v4"
with:
directory: reports
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 2438206

Please sign in to comment.