We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a856a6 commit 52ed973Copy full SHA for 52ed973
1 file changed
.github/dependabot.yml
@@ -12,8 +12,11 @@ updates:
12
interval: "weekly"
13
day: "thursday"
14
time: "18:00" #UTC
15
+ open-pull-requests-limit: 20
16
commit-message:
17
prefix: "Upgrade: [dependabot] - "
18
+ cooldown:
19
+ default-days: 3
20
21
###################################
22
# Poetry #########################
@@ -25,8 +28,11 @@ updates:
25
28
26
29
time: "20:00" #UTC
27
30
versioning-strategy: increase
31
32
33
34
35
36
37
38
# NPM workspace ##################
@@ -41,3 +47,5 @@ updates:
41
47
open-pull-requests-limit: 20
42
48
43
49
50
51
0 commit comments