We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8213f commit c78fb01Copy full SHA for c78fb01
.github/dependabot.yml
@@ -11,6 +11,10 @@ updates:
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:
19
patterns:
20
- "*"
0 commit comments