Skip to content

Commit ab3555a

Browse files
committed
Group everything together
1 parent c9a8fbd commit ab3555a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,9 @@ updates:
77
day: "monday"
88
open-pull-requests-limit: 10
99
groups:
10-
maven-plugins:
10+
all_together:
1111
patterns:
12-
- "org.apache.maven.plugins:*"
13-
test-dependencies:
14-
patterns:
15-
- "org.junit*"
16-
- "junit:junit"
17-
jacoco:
18-
patterns:
19-
- "org.jacoco:*"
12+
- "*"
2013
ignore:
2114
# Ignore patch updates for Maven plugins to reduce noise
2215
- dependency-name: "org.apache.maven.plugins:*"
@@ -28,3 +21,7 @@ updates:
2821
interval: "weekly"
2922
day: "monday"
3023
open-pull-requests-limit: 10
24+
groups:
25+
all_together:
26+
patterns:
27+
- "*"

0 commit comments

Comments
 (0)