burhan-syed / troddit

A web client for Reddit with authenticated logins and a variety of browsing options
https://www.troddit.com
GNU Affero General Public License v3.0
566 stars 82 forks source link

Create dependabot.yml #113

Closed schklom closed 1 year ago

schklom commented 2 years ago

This will automatically create PRs to update the versions of the GitHub Actions e.g. docker/login-action@v2 will update to docker/login-action@v3 through a PR when available.

vercel[bot] commented 2 years ago

@schklom is attempting to deploy a commit to the syDev Team on Vercel.

A member of the Team first needs to authorize it.

schklom commented 1 year ago

@burhan-syed I don't understand. This PR would only submit PRs to update the GitHub actions, it would not push them automatically. Why do you not want to be notified when there are updates available?

For example, https://github.com/burhan-syed/troddit/blob/217fa71402b22272d195b9568953df475782c49d/.github/workflows/docker.yml#L44 still uses v1 instead of v2. This PR would have notified you (via another PR) that v2 is available.