noalloc-vec-rs 0.1.2

A no-allocation vector implementation for environment without memory allocation.
Documentation
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
      day: "sunday"

  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "weekly"
      day: "sunday"
    allow:
      - dependency-type: direct # Dependencies explicitly defined in the Cargo.toml file
      - dependency-type: indirect # Dependencies implicitly defined in the Cargo.lock file
    groups:
      cargo:
        patterns:
          - "*"