Skip to content

Commit d67b5fb

Browse files
committed
Specify timezone and time in Dependabot schedule
1 parent 0f19146 commit d67b5fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
schedule:
66
interval: "weekly"
77
day: "sunday"
8+
time: "09:00"
9+
timezone: "Europe/Amsterdam"
810
commit-message:
911
prefix: "[Dependencies]"
1012
ignore:
@@ -20,6 +22,8 @@ updates:
2022
schedule:
2123
interval: "weekly"
2224
day: "sunday"
25+
time: "09:00"
26+
timezone: "Europe/Amsterdam"
2327
commit-message:
2428
prefix: "[Playground dependencies]"
2529
ignore:

0 commit comments

Comments
 (0)