Skip to content

Commit

Permalink
set dependabot schedule to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Jun 22, 2023
1 parent 3a0ba3d commit fb9627f
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 fb9627f

Please sign in to comment.