Skip to content

Commit d24a4d7

Browse files
committed
update dependabot config
1 parent 48d0261 commit d24a4d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ updates:
1515
patterns:
1616
- "org.apache.maven.plugins:*"
1717
- "org.owasp:dependency-check-maven"
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.junit.jupiter:*"
2424
- "org.apache.maven.plugins:*"
2525
- "org.owasp:dependency-check-maven"
26-
- "org.sonatype.plugins:nexus-staging-maven-plugin"
26+
- "org.sonatype.central:central-publishing-maven-plugin"
2727

2828
- package-ecosystem: "github-actions"
2929
directory: "/" # even for `.github/workflows`

0 commit comments

Comments
 (0)