Skip to content

Commit f390614

Browse files
authored
ci: update Dependabot schedule to Sunday (#70)
Signed-off-by: Jérémy Audiger <[email protected]>
1 parent 56b299a commit f390614

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
day: "friday"
8-
time: "17:00"
9-
timezone: "America/Los_Angeles"
7+
day: "sunday"
108

119
- package-ecosystem: "cargo"
1210
directory: "/"
1311
schedule:
1412
interval: "weekly"
15-
day: "friday"
16-
time: "17:00"
17-
timezone: "America/Los_Angeles"
13+
day: "sunday"
1814
# Update all the dependencies:
1915
# - direct: explicitly defined dependencies in the Cargo.toml file
2016
# - indirect: transient dependencies in the Cargo.lock file

0 commit comments

Comments
 (0)