From 3cd25d5f21f12d621526adf00ea25967d3598547 Mon Sep 17 00:00:00 2001 From: alanalanlu Date: Tue, 4 Aug 2026 18:18:06 -0700 Subject: [PATCH] chore: remove Dependabot from non-live APIs repo --- .github/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 645c171..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly"