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 b036893 commit 9f6da6aCopy full SHA for 9f6da6a
.github/dependabot.yml
@@ -15,13 +15,13 @@ updates:
15
maven-build-plugins:
16
patterns:
17
- "org.apache.maven.plugins:*"
18
- - "org.sonatype.plugins:nexus-staging-maven-plugin"
+ - "org.sonatype.central:central-publishing-maven-plugin"
19
java-production-dependencies:
20
21
- "*"
22
exclude-patterns:
23
24
25
- "org.junit.jupiter:*"
26
- "org.mockito:*"
27
@@ -33,6 +33,4 @@ updates:
33
groups:
34
github-actions:
35
36
- - "*"
37
- labels:
38
- - "ci"
+ - "*"
0 commit comments