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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e6fd8044d Add karaf-4.4.x as target branch for dependabot (#2089)
3e6fd8044d is described below

commit 3e6fd8044dede5dfc4ef9f8244ec5726366eaec0
Author: JB Onofré <[email protected]>
AuthorDate: Mon Oct 13 16:30:12 2025 +0200

    Add karaf-4.4.x as target branch for dependabot (#2089)
---
 .github/dependabot.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 686695e99a..9ef7468222 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,6 +23,7 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    target-branch: "main"
     ignore:
       - dependency-name: "*"
         update-types: ["version-update:semver-major"]
@@ -30,6 +31,16 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    target-branch: "main"
+    open-pull-requests-limit: 50
+    ignore:
+      - dependency-name: "*"
+        update-types: ["version-update:semver-major"]
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "karaf-4.4.x"
     open-pull-requests-limit: 50
     ignore:
       - dependency-name: "*"

Reply via email to