Skip to content

Commit a15808a

Browse files
authored
Update Dependabot to also check for github action updates (#108)
Also have Dependabot tag the open-source team to review dependency updates. Also also drop the frequency to once a week.
1 parent eae7db4 commit a15808a

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,24 @@ updates:
33
- package-ecosystem: gitsubmodule
44
directory: "/"
55
schedule:
6-
interval: daily
7-
time: "13:00"
8-
open-pull-requests-limit: 10
6+
interval: weekly
7+
time: "09:00"
8+
timezone: "America/Los_Angeles"
9+
reviewers:
10+
- swift-nav/open-source
911
- package-ecosystem: cargo
1012
directory: "/"
1113
schedule:
12-
interval: daily
13-
time: "13:00"
14-
open-pull-requests-limit: 10
14+
interval: weekly
15+
time: "09:00"
16+
timezone: "America/Los_Angeles"
17+
reviewers:
18+
- swift-nav/open-source
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: weekly
23+
time: "09:00"
24+
timezone: "America/Los_Angeles"
25+
reviewers:
26+
- swift-nav/open-source

0 commit comments

Comments
 (0)