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

jbonofre pushed a commit to branch ci/dependabot-all-maven-updates
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 0db715c630c4037c1d352fb1ddb1d35fd0a2b0ed
Author: JB Onofré <[email protected]>
AuthorDate: Sat Mar 14 18:31:55 2026 +0100

    ci(dependabot): include major version updates for Maven dependencies
    
    Remove the ignore rules that excluded semver-major updates so that
    Dependabot proposes all Maven dependency updates on main and karaf-4.4.x.
---
 .github/dependabot.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 07fa3e2de7..cfa755dd10 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -30,9 +30,6 @@ updates:
       interval: "daily"
     target-branch: "main"
     open-pull-requests-limit: 50
-    ignore:
-      - dependency-name: "*"
-        update-types: ["version-update:semver-major"]
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
@@ -44,6 +41,3 @@ updates:
       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