Skip to content

Commit 3bccc2b

Browse files
Copilotinfeo
andauthored
chore: merge maven dependency groups into one
Agent-Logs-Url: https://github.com/cryptomator/webdav-nio-adapter/sessions/c8dc3831-c6bf-42a6-8460-69be8721ab17 Co-authored-by: infeo <9036915+infeo@users.noreply.github.com>
1 parent e8239b3 commit 3bccc2b

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,9 @@ updates:
55
schedule:
66
interval: "monthly"
77
groups:
8-
maven-build-plugins:
9-
patterns:
10-
- "org.apache.maven.plugins:*"
11-
- "org.jacoco:jacoco-maven-plugin"
12-
- "org.owasp:dependency-check-maven"
13-
- "org.sonatype.central:central-publishing-maven-plugin"
14-
java-test-dependencies:
15-
patterns:
16-
- "org.junit.jupiter:*"
17-
- "org.cryptomator:cryptofs"
18-
java-production-dependencies:
8+
maven-dependencies:
199
patterns:
2010
- "*"
21-
exclude-patterns:
22-
- "org.apache.maven.plugins:*"
23-
- "org.jacoco:jacoco-maven-plugin"
24-
- "org.owasp:dependency-check-maven"
25-
- "org.sonatype.central:central-publishing-maven-plugin"
26-
- "org.junit.jupiter:*"
27-
- "org.cryptomator:cryptofs"
2811
ignore:
2912
# keep using Jetty 10.x (javax.*) instead of Jetty 11 (jakarta.*)
3013
- dependency-name: "org.eclipse.jetty:jetty-server"

0 commit comments

Comments
 (0)