We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d69d2 commit becd039Copy full SHA for becd039
.github/dependabot.yml
@@ -23,6 +23,8 @@ updates:
23
open-pull-requests-limit: 20
24
commit-message:
25
prefix: "Upgrade: [dependabot] - "
26
+ cooldown:
27
+ default-days: 3
28
- package-ecosystem: "github-actions"
29
# Workflow files stored in the
30
# default location of `.github/workflows`
@@ -34,6 +36,8 @@ updates:
34
36
35
37
38
39
40
41
42
###################################
43
# NPM workspace ##################
@@ -50,3 +54,5 @@ updates:
50
54
51
55
registries:
52
56
- npm-github
57
58
0 commit comments