We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e9603 commit 8723125Copy full SHA for 8723125
1 file changed
.github/dependabot.yml
@@ -18,9 +18,11 @@ updates:
18
interval: "weekly"
19
day: "friday"
20
time: "18:00" # UTC
21
+ open-pull-requests-limit: 20
22
commit-message:
23
prefix: "Upgrade: [dependabot] - "
-
24
+ cooldown:
25
+ default-days: 3
26
###################################
27
# Poetry #########################
28
@@ -34,7 +36,8 @@ updates:
34
36
35
37
38
versioning-strategy: increase
39
40
41
42
# NPM workspace ##################
43
@@ -50,3 +53,5 @@ updates:
50
53
51
54
registries:
52
55
- npm-github
56
57
0 commit comments