From f74e20c8d3f8f7785dcf5cb9ee80736b767ebf54 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Tue, 28 Jul 2026 07:14:35 -0500 Subject: [PATCH] chore(dependabot): disable updates for fp-ts Since api-ts is a library, we want fp-ts to have as wide a compatibility range as possible to enable maximum dependency deduplication and prevent version conflicts. Dependabot has been aggressively upgrading fp-ts, which is counter-productive to library compatibility. Ticket: AI-800 --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f055f899..0fdfcc25 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -75,3 +75,7 @@ updates: # https://github.com/swc-project/swc/blob/main/packages/core/src/index.ts#L12 - dependency-name: '@swc/*' versions: ['>1.5.7'] + # Since api-ts is a library, we want fp-ts to have as wide a compatibility range + # as possible (with dependency deduping) to prevent unnecessary conflicts, and + # dependabot is currently updating it too aggressively. + - dependency-name: fp-ts