Skip to content

Commit

Permalink
Update Dependabot to also check for github action updates (#108)
Browse files Browse the repository at this point in the history
Also have Dependabot tag the open-source team to review dependency
updates. Also also drop the frequency to once a week.
  • Loading branch information
jbangelo authored Sep 11, 2024
1 parent eae7db4 commit a15808a
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,24 @@ updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 10
interval: weekly
time: "09:00"
timezone: "America/Los_Angeles"
reviewers:
- swift-nav/open-source
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 10
interval: weekly
time: "09:00"
timezone: "America/Los_Angeles"
reviewers:
- swift-nav/open-source
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
time: "09:00"
timezone: "America/Los_Angeles"
reviewers:
- swift-nav/open-source

0 comments on commit a15808a

Please sign in to comment.