Skip to content

Commit b1d8d27

Browse files
committed
Remove unnecessary dependabot groups.
We've fixed the problem that this was working around.
1 parent 3d9c802 commit b1d8d27

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,3 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12-
groups:
13-
testing-dependencies:
14-
# These two interfere and can't be upgraded indepently;
15-
# often they can't be upgraded together either.
16-
patterns:
17-
- "org.springframework.boot*"
18-
- "org.junit*"
19-
ordinary-dependencies: # Uncontroversial dependencies
20-
patterns:
21-
- "*"
22-
exclude-patterns:
23-
- "org.springframework.boot*"
24-
- "org.junit*"

0 commit comments

Comments
 (0)