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 459fc05 commit 69d1aba
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
version: 2
updates:
- package-ecosystem: npm
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: docker
day: sunday
time: "12:00"
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
day: sunday
time: "12:00"
allow:
- dependency-type: all
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
day: sunday
time: "12:00"

0 comments on commit 69d1aba

Please sign in to comment.