Skip to content

Commit fc5f73c

Browse files
pmaxhoganclaude
andcommitted
ci(deps): ignore the regressed keyring 4.1.6 in dependabot
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019xKUm9vH4ifb5LHR5szy1v
1 parent 33c281c commit fc5f73c

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)