This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new ef75a1f0 Infra: Remove GitHub Actions from Dependabot configuration
(#3187)
ef75a1f0 is described below
commit ef75a1f0cd0a2b8de926eec2be6faa99e1ecaf4f
Author: Kevin Liu <[email protected]>
AuthorDate: Fri Mar 20 21:30:03 2026 -0700
Infra: Remove GitHub Actions from Dependabot configuration (#3187)
---
.github/dependabot.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4416fc89..bd5b4d87 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -26,7 +26,3 @@ updates:
open-pull-requests-limit: 50
ignore:
- dependency-name: "datafusion"
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"