You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/12/04 08:51:36 UTC

(logging-log4j-jakarta) branch main updated: Add Maven Central explictly to Dependabot config

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jakarta.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ada69e  Add Maven Central explictly to Dependabot config
6ada69e is described below

commit 6ada69e1b1f2bb827e448213d3ad0b9be83c4da3
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Mon Dec 4 09:51:22 2023 +0100

    Add Maven Central explictly to Dependabot config
---
 .github/dependabot.yaml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 5d88621..489235d 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -14,8 +14,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-
 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
@@ -23,6 +30,8 @@ updates:
     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"