Skip to content

Commit 9f6da6a

Browse files
committed
update dependabot config
1 parent b036893 commit 9f6da6a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ updates:
1515
maven-build-plugins:
1616
patterns:
1717
- "org.apache.maven.plugins:*"
18-
- "org.sonatype.plugins:nexus-staging-maven-plugin"
18+
- "org.sonatype.central:central-publishing-maven-plugin"
1919
java-production-dependencies:
2020
patterns:
2121
- "*"
2222
exclude-patterns:
2323
- "org.apache.maven.plugins:*"
24-
- "org.sonatype.plugins:nexus-staging-maven-plugin"
24+
- "org.sonatype.central:central-publishing-maven-plugin"
2525
- "org.junit.jupiter:*"
2626
- "org.mockito:*"
2727

@@ -33,6 +33,4 @@ updates:
3333
groups:
3434
github-actions:
3535
patterns:
36-
- "*"
37-
labels:
38-
- "ci"
36+
- "*"

0 commit comments

Comments
 (0)