code-corps / code-corps-api

Elixir/Phoenix API for Code Corps.
https://www.codecorps.org
MIT License
235 stars 86 forks source link

Use Dependabot to automatically keep dependencies up-to-date #1382

Open greysteil opened 6 years ago

greysteil commented 6 years ago

Quite a few dependencies in the mix.exs are out of date, including phoenix and stripity_stripe.

I built Dependabot to automatically create dependency update PRs when new versions are released. It's totally free for open source (and personal accounts) and I'd love to get more people using it on Elixir projects. Would you be up for giving it a try? Zero config required - will take you 60 seconds I promise.

The PRs it created on my fork are here.

begedin commented 6 years ago

Thank you for pointing your project out. We use greenkeeper to achieve something similar in our client project, so I see no reason not to do the same here.

We'd need to discuss it internally first, but this is certainly something we'll likely end up doing.

greysteil commented 6 years ago

Awesome! 🎉 I used this project as the one for testing when I was developing Dependabot's Elixir support, so I'm super psyched to (hopefully) get you using it 😄.