We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54add2b commit ba56093Copy full SHA for ba56093
1 file changed
.github/dependabot.yml
@@ -3,12 +3,18 @@ updates:
3
- package-ecosystem: "composer"
4
directory: "/"
5
schedule:
6
- interval: "daily"
+ interval: "weekly"
7
+ day: "monday"
8
time: "08:00"
9
timezone: "Europe/Paris"
10
+ cooldown:
11
+ default-days: 15
12
- package-ecosystem: "github-actions"
13
14
15
16
17
18
19
20
0 commit comments