Skip to content

Commit 1c66485

Browse files
authored
Merge pull request #328 from Homebrew/fix_dependabot_groups_again
2 parents afe02e7 + 1fdf2f0 commit 1c66485

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ updates:
1818
patterns:
1919
- "*"
2020
cooldown:
21-
semver-major-days: 14
22-
semver-minor-days: 7
23-
semver-patch-days: 1
21+
default-days: 1
22+
include:
23+
- "*"
2424

2525
- package-ecosystem: bundler
2626
directories:
@@ -38,9 +38,12 @@ updates:
3838
patterns:
3939
- "*"
4040
cooldown:
41+
default-days: 1
4142
semver-major-days: 14
4243
semver-minor-days: 7
4344
semver-patch-days: 1
45+
include:
46+
- "*"
4447

4548
- package-ecosystem: npm
4649
directory: /
@@ -56,9 +59,12 @@ updates:
5659
patterns:
5760
- "*"
5861
cooldown:
62+
default-days: 1
5963
semver-major-days: 14
6064
semver-minor-days: 7
6165
semver-patch-days: 1
66+
include:
67+
- "*"
6268

6369
- package-ecosystem: docker
6470
directory: /
@@ -73,10 +79,6 @@ updates:
7379
dependabot:
7480
patterns:
7581
- "*"
76-
cooldown:
77-
semver-major-days: 14
78-
semver-minor-days: 7
79-
semver-patch-days: 1
8082

8183
- package-ecosystem: devcontainers
8284
directory: /
@@ -92,9 +94,12 @@ updates:
9294
patterns:
9395
- "*"
9496
cooldown:
97+
default-days: 1
9598
semver-major-days: 14
9699
semver-minor-days: 7
97100
semver-patch-days: 1
101+
include:
102+
- "*"
98103

99104
- package-ecosystem: pip
100105
directories:
@@ -112,6 +117,9 @@ updates:
112117
patterns:
113118
- "*"
114119
cooldown:
120+
default-days: 1
115121
semver-major-days: 14
116122
semver-minor-days: 7
117123
semver-patch-days: 1
124+
include:
125+
- "*"

0 commit comments

Comments
 (0)