exercism / rust-test-runner

GNU Affero General Public License v3.0
3 stars 15 forks source link

Pin crate versions #77

Closed senekor closed 1 year ago

senekor commented 1 year ago

closes #37

This is picking up where #40 left off, essentially replacing the script & github action to update the dependencies with a dependabot config.

I've never made a dependabot config, so this is just what I think should work based on reading these docs.

senekor commented 1 year ago

@dhovart thanks for doing most of the work here a while back, feel free to chime in :slightly_smiling_face:

dhovart commented 1 year ago

@dhovart thanks for doing most of the work here a while back, feel free to chime in 🙂

Thanks for taking care of this! And continuing where I left. I'm not familiar with configuring dependabot but with your explanations looks good to me :)