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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new aaad1c106e CAUSEWAY-2445: run Dependabot every Monday (instead of 
daily)
aaad1c106e is described below

commit aaad1c106ef2b445d2b9a65bbe4a7958119d1dd9
Author: Andi Huber <[email protected]>
AuthorDate: Fri Apr 19 07:41:29 2024 +0200

    CAUSEWAY-2445: run Dependabot every Monday (instead of daily)
---
 .github/dependabot.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7dd8a72cba..91f3d7f193 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -11,16 +11,16 @@ updates:
     target-branch: "master"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
 
-  # Maintain dependencies for Maven
+  # Maintain dependencies for Maven (v2 branch)
   - package-ecosystem: "maven"
     target-branch: "master"
     directory: "/" # Location of package manifests
     schedule:
-      interval: "daily"
-    # Allow up to 10 open pull requests for maven dependencies
-    open-pull-requests-limit: 20
+      interval: "weekly"
+    # Allow up to 50 open pull requests for maven dependencies
+    open-pull-requests-limit: 50
     # Use custom labels
     labels:
       - "dependencies"
@@ -39,14 +39,14 @@ updates:
       - dependency-name: "de.agilecoders.wicket.webjars:wicket-webjars"
         versions: ["4.x"]
     
-  # Maintain dependencies for Maven (3.0.0 milestones)
+  # Maintain dependencies for Maven (v3 branch)
   - package-ecosystem: "maven"
     target-branch: "v3"
     directory: "/" # Location of package manifests
     schedule:
-      interval: "daily"
-    # Allow up to 10 open pull requests for maven dependencies
-    open-pull-requests-limit: 20
+      interval: "weekly"
+    # Allow up to 50 open pull requests for maven dependencies
+    open-pull-requests-limit: 50
     # Use custom labels
     labels:
       - "dependencies"

Reply via email to