-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Description
Enable Dependabot (or Renovate) for StreamPay-Backend/package.json with grouped minor updates.
Requirements and context
- Auto-merge policy out of scope; document manual review.
Suggested execution
- Fork the repository and create a branch (example below).
- Implement changes in StreamPay-Backend (TypeScript / Express per
package.json). - Keep the service secure, tested, and documented; prefer small, reviewable PRs.
git checkout -b chore/dependabot-backendImplementation targets
.github/dependabot.ymlwith directoryStreamPay-Backend.
Tests and validation
-
N/A.
-
Run
npm testandnpm run lintinStreamPay-Backend. -
Cover edge cases; include test output and brief security notes in the PR description.
Guidelines
- Target minimum 95% test coverage on new or changed backend code (or justify gaps).
- Clear documentation (OpenAPI / README / inline docs as specified).
- Timeframe: 96 hours from assignment.
Example commit message
chore(backend): Dependabot for npm dependencies
Reactions are currently unavailable