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 9d5b919 commit 8ff4e10Copy full SHA for 8ff4e10
.github/dependabot.yml
@@ -14,13 +14,15 @@ updates:
14
maven-build-plugins:
15
patterns:
16
- "org.apache.maven.plugins:*"
17
+ - "org.sonatype.plugins:*"
18
java-production-dependencies:
19
20
- "*"
21
exclude-patterns:
22
- "org.openjfx:*"
23
24
- "org.junit.jupiter:*"
25
26
27
- package-ecosystem: "github-actions"
28
directory: "/" # even for `.github/workflows`
0 commit comments