Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 6a27f96

Browse files
authored
dependabot: Fix time format to add leading 0 (#5822)
1 parent 2b30a1b commit 6a27f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7-
time: "9:00"
7+
time: "09:00"
88
timezone: UTC
99
labels:
1010
- "automerge"

0 commit comments

Comments
 (0)