Skip to content

Commit db0f4bc

Browse files
committed
chore: add groups to dependabot configuration
1 parent 7bfb46c commit db0f4bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,25 @@ updates:
88
- package-ecosystem: maven
99
directories:
1010
- "**/*"
11+
groups:
12+
jersey:
13+
patterns:
14+
- "org.glassfish.jersey:*"
15+
spring:
16+
patterns:
17+
- "org.springframework:*"
1118
schedule:
1219
interval: "weekly"
1320
open-pull-requests-limit: 20
1421
- package-ecosystem: gradle
1522
directories:
1623
- "**/*"
24+
groups:
25+
jersey:
26+
patterns:
27+
- "org.glassfish.jersey:*"
28+
spring:
29+
patterns:
30+
- "org.springframework:*"
1731
schedule:
1832
interval: "weekly"

0 commit comments

Comments
 (0)