Skip to content

Commit 2375a24

Browse files
committed
chore(deps): ignore @cipherstash/protect-ffi in Dependabot
protect-ffi is release-managed manually alongside stack releases, and grouped bumps are actively harmful: "group consistency" upgraded the sunsetting packages/protect off its 0.23.0 pin (0.24+ renames the exports it imports) while DOWNGRADING the stack packages from 0.29.0. Ignore it like the other manually-managed @cipherstash deps so Dependabot stops re-proposing the bump. Claude-Session: https://claude.ai/code/session_01MxTTPaPP16m6br7Hoab94w
1 parent 21bbd60 commit 2375a24

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ updates:
3737
ignore:
3838
# Catalog-managed; bump manually via pnpm-workspace.yaml + changeset.
3939
- dependency-name: "@cipherstash/auth"
40+
# Release-managed manually alongside stack releases. Grouped bumps are
41+
# actively harmful here: Dependabot's "group consistency" once upgraded
42+
# the sunsetting packages/protect off its 0.23.0 pin (0.24+ renames the
43+
# exports it imports) while DOWNGRADING the stack packages from 0.29.0
44+
# (see #673).
45+
- dependency-name: "@cipherstash/protect-ffi"
4046
# 0.x bumps ship breaking type changes (e.g. 0.2 → 0.3 tightened the
4147
# FailureOption constraint). Review and apply manually.
4248
- dependency-name: "@byteslice/result"

0 commit comments

Comments
 (0)