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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new d2b0d31d Update dependabot
d2b0d31d is described below

commit d2b0d31ddad7623b1a012b56b8c653a77639e2b9
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Tue Sep 3 11:17:22 2024 +0200

    Update dependabot
    
    Remove PR limit of 10, and cleanup
---
 .github/dependabot.yml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a97e1ce3..bd0501c2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -17,25 +17,20 @@
 version: 2
 updates:
 
-  - package-ecosystem: maven
+  - package-ecosystem: "maven"
     directory: "/"
     schedule:
-      interval: daily
-      time: '04:00'
-    open-pull-requests-limit: 10
+      interval: "daily"
 
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: "daily"
-      time: '04:07'
 
-  - package-ecosystem: maven
+  - package-ecosystem: "maven"
     directory: "/"
     schedule:
-      interval: daily
-      time: '04:14'
-    open-pull-requests-limit: 10
+      interval: "daily"
     target-branch: "mvnd-1.x"
     labels:
       - "backport"

Reply via email to