From c8051b906fd3c590f7b580626bbf1593e15619f7 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Thu, 10 Jul 2025 11:23:24 -0700 Subject: [PATCH] chore: drop codex-cli from dependabot (#1523) We are not actively developing `codex-cli`, so I would rather leave the existing `pnpm-lock.yaml` files as-is. --- .github/dependabot.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index df1d4ed6..b895d49e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -24,9 +24,3 @@ updates: directory: / schedule: interval: weekly - - package-ecosystem: npm - directories: - - / - - codex-cli - schedule: - interval: weekly