Skip to content

Commit

Permalink
Update Dependabot to also check for github action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbangelo committed Sep 11, 2024
1 parent eae7db4 commit 69b1283
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
time: "13:00"
interval: weekly
time: "09:00"
timezone: "America/Los_Angeles"
open-pull-requests-limit: 10
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "13:00"
interval: weekly
time: "09:00"
timezone: "America/Los_Angeles"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
time: "09:00"
timezone: "America/Los_Angeles"
open-pull-requests-limit: 10

0 comments on commit 69b1283

Please sign in to comment.