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-rust.git
commit 309a0e95e228ea0f4e8bad9707bd6da6a943840f Author: Kevin Liu <[email protected]> AuthorDate: Fri Mar 20 18:42:06 2026 -0700 Remove GitHub Actions updates from dependabot config Removed GitHub Actions dependency update configuration. --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a94ae0151..23c9b239e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,13 +17,6 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "sunday" - # Maintain dependencies for iceberg - package-ecosystem: "cargo" directory: "/"
