Skip to content

Commit 55dddc6

Browse files
Add consistent Dependabot schedule (#596)
So we can deal with these early in the week, on Mondays.
1 parent 035267e commit 55dddc6

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,10 +4,14 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
day: "monday"
8+
time: "10:00" # UTC
79
- package-ecosystem: "npm"
810
directory: "/"
911
schedule:
1012
interval: "weekly"
13+
day: "monday"
14+
time: "10:00" # UTC
1115
ignore:
1216
# This dependency is kept in sync with our configured vs code engine and does not need
1317
# to be updated.

0 commit comments

Comments
 (0)