Skip to content

Commit 91e903d

Browse files
pmaxhoganclaude
andauthored
ci(deps): ignore the regressed keyring 4.1.6 in dependabot (#319)
keyring 4.1.6 caches the first native-store construction failure forever (LazyLock latch), which defeats the test suite's in-memory store isolation and panics the_test_suite_is_isolated_from_the_os_keychain on headless ubuntu CI. It was pinned back to 4.1.5 in #298; this stops dependabot re-offering the same broken version every week. Drop the ignore when an upstream fix ships. README checked, no changes needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_019xKUm9vH4ifb5LHR5szy1v Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 83a2fb8 commit 91e903d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ updates:
2020
commit-message:
2121
prefix: "build(deps)"
2222
prefix-development: "build(deps-dev)"
23+
ignore:
24+
# keyring 4.1.6 regressed: it caches the first native-store failure
25+
# forever, defeating the in-memory test-store latch and panicking
26+
# the_test_suite_is_isolated_from_the_os_keychain on headless CI
27+
# (no Secret Service). Pinned back in #298; drop this ignore once a
28+
# release fixes the LazyLock latch upstream.
29+
- dependency-name: keyring
30+
versions: ["4.1.6"]
2331
groups:
2432
cargo-minor-patch:
2533
update-types:

0 commit comments

Comments
 (0)