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

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


The following commit(s) were added to refs/heads/main by this push:
     new 078fbeb105 Build: Don't ignore major version upgrade for GH actions in 
dependabot (#14687)
078fbeb105 is described below

commit 078fbeb1050bc22a665513b5a20a5742d690660e
Author: Manu Zhang <[email protected]>
AuthorDate: Wed Nov 26 14:29:40 2025 +0800

    Build: Don't ignore major version upgrade for GH actions in dependabot 
(#14687)
---
 .github/dependabot.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 51a34758fe..6acbbacda2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,9 +24,6 @@ updates:
     schedule:
       interval: "weekly"
       day: "sunday"
-    ignore:
-      - dependency-name: "*"
-        update-types: ["version-update:semver-major"]
   - package-ecosystem: "gradle"
     directory: "/"
     schedule:

Reply via email to