Skip to content

Commit e974af0

Browse files
authored
Better schedule dependabot updates (#276)
1 parent 49808d4 commit e974af0

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
@@ -4,6 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
day: "monday"
8+
time: "5:00"
79
labels:
810
- "dependency"
911
assignees:
@@ -17,6 +19,8 @@ updates:
1719
directory: "/"
1820
schedule:
1921
interval: "weekly"
22+
day: "monday"
23+
time: "5:00"
2024
labels:
2125
- "dependency"
2226
assignees:

0 commit comments

Comments
 (0)