colored-rs / colored

(Rust) Coloring terminal so simple you already know how to do it !
Mozilla Public License 2.0
1.74k stars 84 forks source link

Add dependabot config #178

Closed spenserblack closed 2 weeks ago

spenserblack commented 1 month ago

Inspired by discussion in https://github.com/colored-rs/colored/pull/177, this will configure GitHub to automatically update dependencies, as long as dependabot is enabled in the repository settings. IIRC this is the default when a dependabot.yml file is added to a non-fork repository.

This is the bare minimum configuration, but there are some additional options. One that might be appealing is the ability to group packages together in one PR (e.g. group all dev dependencies). As it is it makes a PR for each dependency that gets updated.

Because this repository doesn't get frequent traffic, I decided to make updates monthly.