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:58:43 UTC

(logging-log4j-scala) 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-scala.git


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

commit fe4a1847ffc526a4d0e41e67e3ebb249f632453e
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Mon Dec 4 09:58:37 2023 +0100

    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 5b9ea27..d706bf6 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -16,6 +16,14 @@
 #
 
 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 +31,8 @@ updates:
     schedule:
       interval: daily
     open-pull-requests-limit: 10
+    registries:
+      - maven-central
     ignore:
       # Keep `scala-library` baseline
       - dependency-name: "org.scala-lang:scala-library"