Skip to content

Commit 72bd0d2

Browse files
committed
chore(deps): add more groups to dependabot.yml
1 parent 42d998b commit 72bd0d2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ updates:
1111
groups:
1212
jersey:
1313
patterns:
14-
- "org.glassfish.jersey:*"
14+
- "org.glassfish.jersey.*:*"
1515
spring:
1616
patterns:
1717
- "org.springframework:*"
18+
slf4j:
19+
patterns:
20+
- "org.slf4j:*"
21+
junit:
22+
patterns:
23+
- "org.junit:*"
1824
schedule:
1925
interval: "weekly"
2026
open-pull-requests-limit: 20
@@ -28,5 +34,8 @@ updates:
2834
spring:
2935
patterns:
3036
- "org.springframework:*"
37+
slf4j:
38+
patterns:
39+
- "org.slf4j:*"
3140
schedule:
3241
interval: "weekly"

0 commit comments

Comments
 (0)