Skip to content

Commit fab13a0

Browse files
authored
Set up Dependabot for Maven dependency updates
Configured Dependabot to update Maven dependencies with specified groups for Spring, testing, and logging.
1 parent ac72680 commit fab13a0

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

.github/dependabot-update.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,22 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "maven"
9+
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
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)