Skip to content

Commit

Permalink
Merge pull request #436 from greg0ire/setup-dependabot
Browse files Browse the repository at this point in the history
Setup dependabot
  • Loading branch information
greg0ire committed May 5, 2024
2 parents b359438 + e7e6a3a commit 79c8a9e
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 @@ -101,6 +101,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 79c8a9e

Please sign in to comment.