Skip to content

Commit d1cc0ce

Browse files
Copilotinfeo
andauthored
Simplify dependabot Maven groups to a single group (#120)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: infeo <9036915+infeo@users.noreply.github.com>
1 parent e15ac65 commit d1cc0ce

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,9 @@ updates:
55
schedule:
66
interval: "monthly"
77
groups:
8-
java-test-dependencies:
9-
patterns:
10-
- "org.junit.jupiter:*"
11-
- "org.mockito:*"
12-
- "org.hamcrest:*"
13-
- "org.openjdk.jmh:*"
14-
maven-build-plugins:
15-
patterns:
16-
- "org.apache.maven.plugins:*"
17-
- "org.codehaus.mojo:exec-maven-plugin"
18-
- "org.jacoco:jacoco-maven-plugin"
19-
- "org.owasp:dependency-check-maven"
20-
- "org.sonatype.central:central-publishing-maven-plugin"
21-
java-production-dependencies:
8+
maven-dependencies:
229
patterns:
2310
- "*"
24-
exclude-patterns:
25-
- "org.junit.jupiter:*"
26-
- "org.mockito:*"
27-
- "org.hamcrest:*"
28-
- "org.openjdk.jmh:*"
29-
- "org.apache.maven.plugins:*"
30-
- "org.codehaus.mojo:exec-maven-plugin"
31-
- "org.jacoco:jacoco-maven-plugin"
32-
- "org.owasp:dependency-check-maven"
33-
- "org.sonatype.central:central-publishing-maven-plugin"
3411

3512

3613
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)