update-deps
Installation
SKILL.md
Update Dependencies
Automate the full dependency update lifecycle: discover what's outdated, apply updates grouped by ecosystem, fix breakage, get CI green, and hand off for human review.
Repository context
This is a Rust workspace containing utility crates published to crates.io. All dependency update PRs target the main branch.
Dependabot is configured (.github/dependabot.yaml) to open PRs against main on the 2nd of each month. This skill gathers individual dependabot PRs, combines updates by ecosystem, fixes any breakage, gets CI green, and creates consolidated PRs for human review.
Crates in this workspace
| Crate | Description |
|---|---|
| bpe | Fast byte-pair encoding |
| bpe-openai | OpenAI tokenizers built on bpe |
| geo_filters | Probabilistic cardinality estimation |
| string-offsets | UTF-8/UTF-16/Unicode position conversion (with WASM/JS bindings) |