From 309a0e95e228ea0f4e8bad9707bd6da6a943840f Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Fri, 20 Mar 2026 18:42:06 -0700 Subject: [PATCH] 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 a94ae0151b..23c9b239ee 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: "/"