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

gnodet 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 77cca846 Add dependabot on 1.x branch
77cca846 is described below

commit 77cca8462846230c174cf1c2d6af5fc60b256b4a
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Tue Jul 16 16:55:47 2024 +0200

    Add dependabot on 1.x branch
---
 .github/dependabot.yml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f953cca2..a97e1ce3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,4 +27,15 @@ updates:
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
\ No newline at end of file
+      interval: "daily"
+      time: '04:07'
+
+  - package-ecosystem: maven
+    directory: "/"
+    schedule:
+      interval: daily
+      time: '04:14'
+    open-pull-requests-limit: 10
+    target-branch: "mvnd-1.x"
+    labels:
+      - "backport"

Reply via email to