We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a8fbd commit ab3555aCopy full SHA for ab3555a
.github/dependabot.yml
@@ -7,16 +7,9 @@ updates:
7
day: "monday"
8
open-pull-requests-limit: 10
9
groups:
10
- maven-plugins:
+ all_together:
11
patterns:
12
- - "org.apache.maven.plugins:*"
13
- test-dependencies:
14
- patterns:
15
- - "org.junit*"
16
- - "junit:junit"
17
- jacoco:
18
19
- - "org.jacoco:*"
+ - "*"
20
ignore:
21
# Ignore patch updates for Maven plugins to reduce noise
22
- dependency-name: "org.apache.maven.plugins:*"
@@ -28,3 +21,7 @@ updates:
28
interval: "weekly"
29
30
23
24
+ groups:
25
26
+ patterns:
27
0 commit comments