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

vy pushed a commit to branch ci
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit b286024732643809f3f6f12bc8dcf3ae9be9aa9d
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Sun Apr 12 12:30:45 2026 +0200

    Group dependabot updates and make them monthly
---
 .github/dependabot.yaml | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index dcb2321..2b0d61e 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -29,21 +29,28 @@ updates:
   - package-ecosystem: maven
     directory: "/"
     schedule:
-      interval: daily
-    open-pull-requests-limit: 10
+      interval: monthly
+    groups:
+      dependencies:
+        patterns: [ "*" ]
+    target-branch: "main"
     registries:
       - maven-central
 
   - package-ecosystem: github-actions
     directory: "/"
     schedule:
-      interval: daily
+      interval: monthly
+    groups:
+      dependencies:
+        patterns: [ "*" ]
+    target-branch: "main"
 
   - package-ecosystem: npm
     directory: "/"
     schedule:
       interval: monthly
     groups:
-      all:
-        patterns:
-          - "*"
+      dependencies:
+        patterns: [ "*" ]
+    target-branch: "main"

Reply via email to