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 a3d7ce6 commit 7558786
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@ updates:
directory: /
schedule:
interval: weekly
day: sunday
time: "12:00"
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: sunday
time: "12:00"
allow:
- dependency-type: all
- package-ecosystem: pip
directory: /src
schedule:
interval: weekly
day: sunday
time: "12:00"
allow:
- dependency-type: all

0 comments on commit 7558786

Please sign in to comment.