Skip to content

Commit 6cffe30

Browse files
authored
chore: update dependabot schedule and cooldown
1 parent 54add2b commit 6cffe30

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ updates:
33
- package-ecosystem: "composer"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
7+
day: "monday"
78
time: "08:00"
89
timezone: "Europe/Paris"
10+
cooldown:
11+
default-days: 15
912
- package-ecosystem: "github-actions"
1013
directory: "/"
1114
schedule:
12-
interval: "daily"
15+
interval: "weekly"
16+
day: "monday"
1317
time: "08:00"
1418
timezone: "Europe/Paris"
19+
cooldown:
20+
default-days: 15

0 commit comments

Comments
 (0)