tower-http-cache 0.6.1

Tower-compatible caching layer with pluggable backends (in-memory, Redis, and more)
Documentation
version: 2

updates:
  # Group minor + patch bumps into a single PR per ecosystem. Ungrouped, a
  # quiet week still produces eight separate lockfile-only PRs.
  - package-ecosystem: cargo
    directory: "/"
    schedule:
      interval: weekly
    open-pull-requests-limit: 8
    groups:
      cargo-minor-patch:
        update-types: ["minor", "patch"]

  - package-ecosystem: github-actions
    directory: "/"
    schedule:
      interval: weekly
    open-pull-requests-limit: 5
    groups:
      actions:
        update-types: ["major", "minor", "patch"]
    ignore:
      # The msrv job pins dtolnay/rust-toolchain to exact MSRV toolchains.
      # Bumping the ref rewrites the MSRV floor and makes the job meaningless.
      - dependency-name: "dtolnay/rust-toolchain"