From 2e968a700d57d26217ac3a1cd8bc36d174d81166 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Mon, 4 Dec 2023 10:01:30 +0100 Subject: [PATCH] Add Maven Central explictly to Dependabot config --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b76defa..5612179 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -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"