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 a7ff6bea40 Finally run dependabot only on main (#2115)
a7ff6bea40 is described below

commit a7ff6bea4084eec4a9f3352eeecf2a0fbbace301
Author: JB Onofré <[email protected]>
AuthorDate: Tue Oct 14 07:21:38 2025 +0200

    Finally run dependabot only on main (#2115)
---
 .github/dependabot.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9ef7468222..cde1ceb48e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -36,12 +36,3 @@ updates:
     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: "*"
-        update-types: ["version-update:semver-major"]

Reply via email to