Skip to content

Commit 646be53

Browse files
authored
Updates to Dependabot (#59)
1 parent da41397 commit 646be53

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ updates:
77
- package-ecosystem: "github-actions"
88
directory: "/"
99
schedule:
10-
interval: "daily"
10+
interval: "weekly"
11+
day: "sunday"
12+
time: "21:00"
13+
timezone: "America/Los_Angeles"
1114

1215
- package-ecosystem: "docker"
1316
directory: "/env/"
1417
schedule:
15-
interval: "daily"
18+
interval: "weekly"
19+
day: "sunday"
20+
time: "21:00"
21+
timezone: "America/Los_Angeles"

0 commit comments

Comments
 (0)