Skip to content

Commit

Permalink
[CHORE] set dependabot schedule to weekly (#1085)
Browse files Browse the repository at this point in the history
* Set schedule for dependabot to weekly
  • Loading branch information
samster25 authored Jun 23, 2023
1 parent 31a1b94 commit 978db0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: pip
directory: /
schedule:
interval: daily
interval: weekly
# Add assignees
assignees:
- samster25
Expand All @@ -12,7 +12,7 @@ updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
interval: weekly
# Add assignees
assignees:
- samster25
Expand All @@ -21,7 +21,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
# Add assignees
assignees:
- samster25
Expand Down

0 comments on commit 978db0f

Please sign in to comment.