Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading