File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ updates:
18
18
patterns :
19
19
- " *"
20
20
cooldown :
21
- semver-major- days : 14
22
- semver-minor-days : 7
23
- semver-patch-days : 1
21
+ default- days : 1
22
+ include :
23
+ - " * "
24
24
25
25
- package-ecosystem : bundler
26
26
directories :
@@ -38,9 +38,12 @@ updates:
38
38
patterns :
39
39
- " *"
40
40
cooldown :
41
+ default-days : 1
41
42
semver-major-days : 14
42
43
semver-minor-days : 7
43
44
semver-patch-days : 1
45
+ include :
46
+ - " *"
44
47
45
48
- package-ecosystem : npm
46
49
directory : /
@@ -56,9 +59,12 @@ updates:
56
59
patterns :
57
60
- " *"
58
61
cooldown :
62
+ default-days : 1
59
63
semver-major-days : 14
60
64
semver-minor-days : 7
61
65
semver-patch-days : 1
66
+ include :
67
+ - " *"
62
68
63
69
- package-ecosystem : docker
64
70
directory : /
@@ -73,10 +79,6 @@ updates:
73
79
dependabot :
74
80
patterns :
75
81
- " *"
76
- cooldown :
77
- semver-major-days : 14
78
- semver-minor-days : 7
79
- semver-patch-days : 1
80
82
81
83
- package-ecosystem : devcontainers
82
84
directory : /
@@ -92,9 +94,12 @@ updates:
92
94
patterns :
93
95
- " *"
94
96
cooldown :
97
+ default-days : 1
95
98
semver-major-days : 14
96
99
semver-minor-days : 7
97
100
semver-patch-days : 1
101
+ include :
102
+ - " *"
98
103
99
104
- package-ecosystem : pip
100
105
directories :
@@ -112,6 +117,9 @@ updates:
112
117
patterns :
113
118
- " *"
114
119
cooldown :
120
+ default-days : 1
115
121
semver-major-days : 14
116
122
semver-minor-days : 7
117
123
semver-patch-days : 1
124
+ include :
125
+ - " *"
You can’t perform that action at this time.
0 commit comments