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
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ updates:
commit-message:
prefix: "build(deps)"
prefix-development: "build(deps-dev)"
ignore:
# keyring 4.1.6 regressed: it caches the first native-store failure
# forever, defeating the in-memory test-store latch and panicking
# the_test_suite_is_isolated_from_the_os_keychain on headless CI
# (no Secret Service). Pinned back in #298; drop this ignore once a
# release fixes the LazyLock latch upstream.
- dependency-name: keyring
versions: ["4.1.6"]
groups:
cargo-minor-patch:
update-types:
Expand Down
Loading