Skip to content

Commit 2438206

Browse files
authored
Setup dependabot (#1796)
1 parent 75b7c11 commit 2438206

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
labels:
8+
- "CI"

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
path: "reports"
127127

128128
- name: "Upload to Codecov"
129-
uses: "codecov/codecov-action@v3"
129+
uses: "codecov/codecov-action@v4"
130130
with:
131131
directory: reports
132+
env:
133+
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)