Skip to content

Commit 9047576

Browse files
Configure Dependabot to update GitHub Actions (#1824)
Also simplify configuration.
1 parent 5743bec commit 9047576

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7-
time: "05:00"
8-
timezone: America/Los_Angeles
9-
reviewers:
10-
- "andschwa"
7+
- package-ecosystem: github-actions
8+
directory: "/"
9+
schedule:
10+
interval: daily

0 commit comments

Comments
 (0)