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-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 0d167df2 fix(dependabot): catch all dependency updates (#618)
0d167df2 is described below

commit 0d167df2a408230c47c6824f0c4c14fe4c55f2eb
Author: JB Onofré <[email protected]>
AuthorDate: Mon Mar 16 07:04:08 2026 +0100

    fix(dependabot): catch all dependency updates (#618)
---
 .github/dependabot.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 686695e9..bba1e276 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,14 +23,8 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
-    ignore:
-      - dependency-name: "*"
-        update-types: ["version-update:semver-major"]
   - package-ecosystem: "maven"
     directory: "/"
     schedule:
       interval: "daily"
     open-pull-requests-limit: 50
-    ignore:
-      - dependency-name: "*"
-        update-types: ["version-update:semver-major"]

Reply via email to