rand_hash 0.2.0

Cryptographically-secure pseudo-random generator based on cryptographic hash function
Documentation
version: 2
updates:
  - package-ecosystem: "cargo"
    directory: "/"
    # Disable version updates (does not affect security updates according to
    # the docs)
    open-pull-requests-limit: 0
    schedule:
      interval: "yearly" # required field, so set it to whatever

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "quarterly"
    open-pull-requests-limit: 1
    # Group all updates into one request
    groups:
      all-updates:
        update-types:
          - "major"
          - "minor"
          - "patch"