rik-org / rik

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.
https://rik-org.github.io/rik/
Apache License 2.0
68 stars 11 forks source link

Implement dependabot #55

Closed alexandrebrg closed 1 year ago

alexandrebrg commented 1 year ago

Context

This project didn't get much crate updates since it started, using dependabot we would be able to have a continuous follow-up on dependencies update.

What needs to be done ?

You could be using another tool than dependabot (e.g renovabot), but dependabot is the only "officially" supported tool on GitHub.

alexandrebrg commented 1 year ago

Done