camino-rs / camino

Like Rust's std::path::Path, but UTF-8.
https://docs.rs/camino
Apache License 2.0
435 stars 16 forks source link

Prevent dependabot from opening clap PRs #63

Closed nathanhammond closed 1 year ago

nathanhammond commented 1 year ago

clap@4 removed support for older Rust versions, this prevents @dependabot from spamming the repo with PRs for an update that won't be accepted.

(Hoping that this is a small quality-of-life improvement for this repository.)

sunshowers commented 1 year ago

Thank you!