We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a81c07 commit c0540a2Copy full SHA for c0540a2
1 file changed
.github/dependabot.yml
@@ -13,13 +13,17 @@ updates:
13
ignore:
14
- dependency-name: "*"
15
update-types: ["version-update:semver-patch"]
16
+ cooldown:
17
+ default-days: 14
18
19
# Docker dependencies
20
- package-ecosystem: docker
21
directory: "/"
22
schedule:
23
interval: "monthly"
24
open-pull-requests-limit: 10
25
26
27
28
# GitHub Actions
29
- package-ecosystem: github-actions
@@ -31,6 +35,8 @@ updates:
31
35
patterns:
32
36
- "*"
33
37
38
39
34
40
41
# NPM dependencies
42
- package-ecosystem: npm
@@ -42,3 +48,5 @@ updates:
48
43
49
44
50
51
52
0 commit comments