Skip to content

Commit 05e573b

Browse files
authored
Simplify Dependabot configuration by removing groups
Removed group patterns for dependencies in Dependabot configuration.
1 parent 2b16fd6 commit 05e573b

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/dependabot-update.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,3 @@ updates:
1010
schedule:
1111
interval: "weekly"
1212
open-pull-requests-limit: 10
13-
14-
groups:
15-
spring:
16-
patterns:
17-
- "org.springframework.*"
18-
testing:
19-
patterns:
20-
- "junit*"
21-
- "org.mockito*"
22-
logging:
23-
patterns:
24-
- "ch.qos.logback*"
25-
- "org.slf4j*"
26-

0 commit comments

Comments
 (0)