We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d2b5e commit dfda23bCopy full SHA for dfda23b
.github/dependabot.yml
@@ -6,7 +6,7 @@ updates:
6
- package-ecosystem: "pip"
7
directory: "/"
8
schedule:
9
- interval: "weekly"
+ interval: "monthly"
10
open-pull-requests-limit: 5
11
- package-ecosystem: "github-actions"
12
.github/workflows/codecov.yml
@@ -35,5 +35,4 @@ jobs:
35
with:
36
fail_ci_if_error: true
37
verbose: true
38
- env:
39
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments