rust-lang / futures-rs

Zero-cost asynchronous programming in Rust
https://rust-lang.github.io/futures-rs/
Apache License 2.0
5.29k stars 607 forks source link

Add dependabot #2826

Closed oriontvv closed 4 months ago

oriontvv commented 4 months ago

This PR adds dependabot config

taiki-e commented 4 months ago

Thanks for the PR. It seems that what you are trying to add is a template that does not care about this project's actual status. For example we do not use docker.

Instead, I would like to use a copy of my project's dependabot config (but for this repo, I would like to change the update interval to weekly).

oriontvv commented 4 months ago

Yep, done