girldevelopit / gdi-website

This is the official repository for the Girl Develop It website.
https://girldevelopit.com
MIT License
310 stars 378 forks source link

Suggestion: use Dependabot to keep dependencies up-to-date #633

Open greysteil opened 6 years ago

greysteil commented 6 years ago

Hey @leekinney,

First up, thanks for all your work on GDI. You are awesome, and so are the rest of the team .Consistently so impressed by what you do.

I noticed some out-of-date dependencies in the Gemfile and Gemfile.lock for this repo, and some of them are insecure (sprockets and nokogiri are the two I immediately noticed). Would you be up for using a tool I built to keep them up-to-date automatically? It's called Dependabot, is totally free for open source, and shouldn't take more than 30 seconds to get set up. You can run it in "security updates only" mode, or use it to create PRs any time there's any kind of update available.