Skip to content

Commit

Permalink
Expand Dependabot configuration for consistent scan times
Browse files Browse the repository at this point in the history
Also include indirect dependencies in updates
  • Loading branch information
kevinlul committed Aug 13, 2024
1 parent bc5e557 commit 20953dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ updates:
directory: /
schedule:
interval: weekly
day: sunday
time: "12:00"
- package-ecosystem: pip
directory: /src
schedule:
interval: weekly
day: sunday
time: "12:00"
allow:
- dependency-type: all

0 comments on commit 20953dd

Please sign in to comment.