Skip to content

Commit af7611e

Browse files
committed
Add 21-day cooldown to Dependabot composer updates
1 parent 779b6a8 commit af7611e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
version: 2
2-
32
updates:
43
- package-ecosystem: composer
54
directory: "/"
65
schedule:
76
interval: daily
87
time: "00:00"
98
timezone: Europe/London
9+
cooldown:
10+
default-days: 21

0 commit comments

Comments
 (0)