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-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 18f184e  Update Dependabot configuration
18f184e is described below

commit 18f184e79ac19225d1ddcd4b924e5f991ff79f17
Author: Piotr P. Karwasz <pkarwasz-git...@apache.org>
AuthorDate: Fri Apr 11 00:51:14 2025 +0200

    Update Dependabot configuration
---
 .github/dependabot.yaml | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 3112c55..72afaf0 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -26,7 +26,9 @@ registries:
 
 updates:
   - package-ecosystem: maven
-    directory: "/"
+    directories:
+      - "/"
+      - "log4j-samples-graalvm"
     schedule:
       interval: daily
     open-pull-requests-limit: 10
@@ -34,15 +36,8 @@ updates:
       - maven-central
 
   - package-ecosystem: gradle
-    directory: "log4j-samples-android"
-    schedule:
-      interval: daily
-    open-pull-requests-limit: 10
-    registries:
-      - maven-central
-
-  - package-ecosystem: maven
-    directory: "log4j-samples-graalvm"
+    directories:
+      - "/"
     schedule:
       interval: daily
     open-pull-requests-limit: 10

Reply via email to