Skip to content

Commit

Permalink
Add Maven Central explictly to Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Dec 4, 2023
1 parent 8f2e2bc commit 2e968a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,22 @@
#

version: 2

# Add Maven Central explicitly to work around:
# https://github.com/dependabot/dependabot-core/issues/8329
registries:
maven-central:
type: maven-repository
url: https://repo.maven.apache.org/maven2

updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
registries:
- maven-central
ignore:
# Keep at version 3.6.x
- dependency-name: "org.apache.maven:maven-plugin-api"
Expand Down

0 comments on commit 2e968a7

Please sign in to comment.