sheng 0.1.0

Register-resident refutation sieves for regex. Builds Hartmanis-Stearns SP-quotients of a pattern's automaton small enough to live in a SIMD register, and uses them to prove a document match-free before a real engine ever walks it. Sound by construction: a sieve may pass a non-matching document, never reject a matching one.
Documentation
version: 2
updates:
  # The library's own dependency graph.
  - package-ecosystem: cargo
    directory: /
    schedule:
      interval: weekly
    groups:
      cargo:
        patterns: ["*"]

  # The fuzz crate is excluded from the workspace (nightly-only sanitizer build)
  # and carries its own lockfile, so it needs its own update stream.
  - package-ecosystem: cargo
    directory: /fuzz
    schedule:
      interval: weekly
    groups:
      cargo-fuzz:
        patterns: ["*"]

  # Hash-pinned actions still need bumping deliberately, on the schedule this
  # repository's dotfiles are otherwise silent about.
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: weekly