Skip to content

Commit 5c5163f

Browse files
authored
Merge pull request boskworks#142 from prdoyle/simplify-dependabot
Remove unnecessary dependabot groups
2 parents 2edc998 + b1d8d27 commit 5c5163f

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)