diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b88f072c7..19fd54b75 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,12 @@ updates: interval: 'weekly' day: 'monday' open-pull-requests-limit: 10 + # ai-kit is pinned to a git TAG (github:bitbaum/ai-kit#vX.Y.Z). dependabot + # cannot order git tags and on 2026-08-31 proposed v0.6.2 -> v0.4.0 as a + # "bump" — a downgrade. The pin is governed by the fleet's version-currency + # ratchet (bitbaum/fleet, blessed-versions.json), not by dependabot. + ignore: + - dependency-name: 'ai-kit' # tiptap's packages share one version and break TypeScript's command # augmentation when bumped separately — they must move as one PR. groups: