Skip to content

Commit dfda23b

Browse files
fix: dependabot schedule (#1056)
* Update dependabot.yml * Update codecov.yml Tokenless has reached GitHub rate limit. Please upload using a token
1 parent 12d2b5e commit dfda23b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
- package-ecosystem: "pip"
77
directory: "/"
88
schedule:
9-
interval: "weekly"
9+
interval: "monthly"
1010
open-pull-requests-limit: 5
1111
- package-ecosystem: "github-actions"
1212
directory: "/"

.github/workflows/codecov.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ jobs:
3535
with:
3636
fail_ci_if_error: true
3737
verbose: true
38-
env:
39-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
38+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)