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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 3865deb6 Add weekly Dependabot check for 1.2.X, not the unused master
3865deb6 is described below

commit 3865deb64cf487baa81c86d3a380d3a5bd7f9a30
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 26 08:54:46 2024 -0500

    Add weekly Dependabot check for 1.2.X, not the unused master
---
 .github/dependabot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9ebcd0eb..f17b13e2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,11 +16,13 @@
 version: 2
 updates:
   - package-ecosystem: "maven"
+    target-branch: 1.2.X
     directory: "/"
     schedule:
       interval: "weekly"
       day: "friday"
   - package-ecosystem: "github-actions"
+    target-branch: 1.2.X
     directory: "/"
     schedule:
       interval: "weekly"

Reply via email to