firebase / firebase-admin-node

Firebase Admin Node.js SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
1.63k stars 371 forks source link

[FR] Consider using DependaBot for automatic dependencies upgrade #2596

Open SmashingQuasar opened 4 months ago

SmashingQuasar commented 4 months ago

Is your feature request related to a problem? Please describe.

When working on projects for my clients, I always setup a pnpm audit && yarn audit as a blocking step of my CI pipeline to ensure no known vulnerabilities are going to production. The firebase-admin-node package has had vulnerable dependencies detected several times which led me to invest time and energy opening issues and PRs.

Describe the solution you'd like

I would like the maintainers of this repository to setup DependaBot or any similar solution so the dependencies upgrade for vulnerabilities do not have to be done manually every time one is detected.

Describe alternatives you've considered

My current alternative is opening issues and PRs manually on the repository.

Additional context

You can find a quickstart guide for DependaBot on Github Docs.

google-oss-bot commented 4 months ago

I found a few problems with this issue: