Skip to content

Commit 68e567e

Browse files
Copilotinfeo
andauthored
Simplify dependabot: merge maven groups into one (#148)
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 53e098f commit 68e567e

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,9 @@ updates:
1111
- dependency-name: "org.cryptomator:integrations-api"
1212
versions: [ "2.0.0-alpha1" ]
1313
groups:
14-
java-test-dependencies:
15-
patterns:
16-
- "org.junit.jupiter:*"
17-
maven-build-plugins:
18-
patterns:
19-
- "org.apache.maven.plugins:*"
20-
- "org.owasp:dependency-check-maven"
21-
- "org.sonatype.central:central-publishing-maven-plugin"
22-
java-production-dependencies:
14+
maven-dependencies:
2315
patterns:
2416
- "*"
25-
exclude-patterns:
26-
- "org.junit.jupiter:*"
27-
- "org.apache.maven.plugins:*"
28-
- "org.owasp:dependency-check-maven"
29-
- "org.sonatype.central:central-publishing-maven-plugin"
3017

3118
- package-ecosystem: "github-actions"
3219
directory: "/" # even for `.github/workflows`

0 commit comments

Comments
 (0)