This is an automated email from the ASF dual-hosted git repository. kevinjqliu pushed a commit to branch kevinjqliu-patch-1 in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
commit 40e3a9e56e53d166652e2026e2fb14c316ea565e Author: Kevin Liu <[email protected]> AuthorDate: Fri Mar 20 18:38:54 2026 -0700 Remove GitHub Actions from Dependabot configuration Removed GitHub Actions dependency from Dependabot config --- .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"
