-
Notifications
You must be signed in to change notification settings - Fork 85
Add Dependabot configuration for npm and Cargo #749
Copy link
Copy link
Open
Labels
Description
Description
There is no Dependabot configuration. Outdated dependencies (especially stellar-sdk and soroban-sdk) may contain security vulnerabilities.
Tasks
- Create
.github/dependabot.ymlwith entries fornpm(frontend) andcargo(contracts) - Set weekly update schedule
- Group minor/patch updates into a single PR to reduce noise
- Add reviewers and assignees to the config
Acceptance Criteria
- Dependabot PRs are opened weekly for outdated dependencies
- Major version bumps are separate PRs from minor/patch
- Config file passes GitHub Dependabot schema validation
Reactions are currently unavailable