preview-glide-rust 0.2.0

Valkey GLIDE — native Rust client for Valkey and Redis OSS, built on glide-core.
version: 2

updates:
    # Rust crate dependencies.
    - package-ecosystem: "cargo"
      directory: "/"
      schedule:
          interval: "weekly"
          day: "monday"
          time: "09:00"
      open-pull-requests-limit: 10
      # criterion 0.6+ carries breaking API/MSRV changes and is only used by the
      # (dev-only) benches; stay on the working 0.x line and adopt majors manually.
      ignore:
          - dependency-name: "criterion"
            update-types: ["version-update:semver-major"]
      groups:
          patch-updates:
              update-types:
                  - "patch"
          minor-updates:
              update-types:
                  - "minor"
      labels:
          - "dependencies"
          - "rust 🦀"

    # GitHub Actions used by CI.
    - package-ecosystem: "github-actions"
      directory: "/"
      schedule:
          interval: "weekly"
          day: "monday"
          time: "09:00"
      open-pull-requests-limit: 10
      labels:
          - "dependencies"
          - "github-actions"