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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Group co-coupled packages so per-package PRs don't fail npm install
# on peer-dependency conflicts. Concrete failure that motivated this:
# @tiptap/pm@3.26.1 and @tiptap/starter-kit@3.26.1 individually
# conflict with @tiptap/react@3.26.0's peer-dep requirement on
# @tiptap/core@3.26.0 (npm ERESOLVE) — but bumped together they
# install cleanly. PRs #211 and #213 sat open with failing CI for
# this reason.
groups:
tiptap:
patterns:
- "@tiptap/*"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down