Skip to content

Commit 8ff4e10

Browse files
committed
Add org.sonatype.plugins
1 parent 9d5b919 commit 8ff4e10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ updates:
1414
maven-build-plugins:
1515
patterns:
1616
- "org.apache.maven.plugins:*"
17+
- "org.sonatype.plugins:*"
1718
java-production-dependencies:
1819
patterns:
1920
- "*"
2021
exclude-patterns:
2122
- "org.openjfx:*"
2223
- "org.apache.maven.plugins:*"
2324
- "org.junit.jupiter:*"
25+
- "org.sonatype.plugins:*"
2426

2527
- package-ecosystem: "github-actions"
2628
directory: "/" # even for `.github/workflows`

0 commit comments

Comments
 (0)