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

jbonofre pushed a commit to branch dependabot-karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 51f38f398ca93fe93b9ce0d67eeeba6f84c0d8bd
Author: JB Onofré <[email protected]>
AuthorDate: Sat Mar 14 16:24:14 2026 +0100

    ci(dependabot): add dependency updates for karaf-4.4.x branch
    
    Add Dependabot entries for github-actions and maven ecosystems
    targeting the karaf-4.4.x branch, mirroring the existing main
    branch configuration.
---
 .github/dependabot.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 88867ebc7b..07fa3e2de7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -33,3 +33,17 @@ updates:
     ignore:
       - dependency-name: "*"
         update-types: ["version-update:semver-major"]
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "karaf-4.4.x"
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "karaf-4.4.x"
+    open-pull-requests-limit: 50
+    ignore:
+      - dependency-name: "*"
+        update-types: ["version-update:semver-major"]

Reply via email to