Skip to content

Commit 283380e

Browse files
Copilotinfeo
andauthored
Simplify dependabot: merge maven groups into one (#145)
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 e2e9a2e commit 283380e

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,9 @@ updates:
1111
- dependency-name: "org.apache.maven.plugins:maven-surefire-plugin"
1212
versions: [ "3.5.4" ] # incompatible with junit-tree reporter
1313
groups:
14-
java-test-dependencies:
15-
patterns:
16-
- "org.junit.jupiter:*"
17-
- "org.mockito:*"
18-
maven-build-plugins:
19-
patterns:
20-
- "org.apache.maven.plugins:*"
21-
- "org.owasp:dependency-check-maven"
22-
- "org.sonatype.central:central-publishing-maven-plugin"
23-
- "me.fabriciorby:maven-surefire-junit5-tree-reporter"
24-
- "org.codehaus.mojo:exec-maven-plugin"
25-
- "io.github.coffeelibs:jextract-maven-plugin"
26-
java-production-dependencies:
14+
java-dependencies:
2715
patterns:
2816
- "*"
29-
exclude-patterns:
30-
- "org.junit.jupiter:*"
31-
- "org.mockito:*"
32-
- "org.apache.maven.plugins:*"
33-
- "org.owasp:dependency-check-maven"
34-
- "org.sonatype.central:central-publishing-maven-plugin"
35-
- "me.fabriciorby:maven-surefire-junit5-tree-reporter"
36-
- "org.codehaus.mojo:exec-maven-plugin"
37-
- "io.github.coffeelibs:jextract-maven-plugin"
3817
- package-ecosystem: "github-actions"
3918
directory: "/" # even for `.github/workflows`
4019
schedule:

0 commit comments

Comments
 (0)