gitscrum-team / laravel-gitscrum

GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.

Home Page:https://site.gitscrum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion / request: use Dependabot to keep dependencies up-to-date

greysteil opened this issue · comments

Detailed description

First of all, thanks for GitScrum!

I've got a suggestion / request: would you be up for using Dependabot to automatically create dependency update PRs for this GitScrum? I ran it against my fork and it generated these PRs. I'll port the renatomarinho/laravel-page-speed PR over to this repo now.

Context

I built Dependabot, but I'm honestly only suggesting it because I hope it can save you some time. I'd love any feedback, and obviously having a repo like GitScrum using Dependabot would help boost its profile, but if it's not helpful to you then it's not really worth anything.

The thinking behind Dependabot is that by doing lots of small dependency updates (each time a new version is released) the process becomes much easier to manage (and safer to deploy). It's basically a tool to make agile for dependency management possible.

Implementation

You can install Dependabot from here or here if you decide to give it a try. 🙏