We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e098f commit 68e567eCopy full SHA for 68e567e
1 file changed
.github/dependabot.yml
@@ -11,22 +11,9 @@ updates:
11
- dependency-name: "org.cryptomator:integrations-api"
12
versions: [ "2.0.0-alpha1" ]
13
groups:
14
- java-test-dependencies:
15
- patterns:
16
- - "org.junit.jupiter:*"
17
- maven-build-plugins:
18
19
- - "org.apache.maven.plugins:*"
20
- - "org.owasp:dependency-check-maven"
21
- - "org.sonatype.central:central-publishing-maven-plugin"
22
- java-production-dependencies:
+ maven-dependencies:
23
patterns:
24
- "*"
25
- exclude-patterns:
26
27
28
29
30
31
- package-ecosystem: "github-actions"
32
directory: "/" # even for `.github/workflows`
0 commit comments