Summary
Add Dependabot configuration so bdk-dart can automatically surface dependency update PRs for the package, demo app, Rust native crate, and GitHub Actions.
This should help maintainers notice outdated dependencies earlier without manually checking each ecosystem.
Scope
- Add
.github/dependabot.yml.
- Configure updates for root Dart/pub dependencies.
- Configure updates for
bdk_demo Dart/Flutter dependencies.
- Configure updates for Rust/Cargo dependencies under
native.
- Configure updates for GitHub Actions used by repository workflows.
- Use a low-noise schedule, such as weekly updates.
- Group related updates where it keeps review manageable.
Out of scope
- Updating dependency versions in this PR.
- Changing lockfiles.
- Changing CI workflow behavior.
- Changing native build or release logic.
- Enabling auto-merge.
Acceptance criteria
Summary
Add Dependabot configuration so
bdk-dartcan automatically surface dependency update PRs for the package, demo app, Rust native crate, and GitHub Actions.This should help maintainers notice outdated dependencies earlier without manually checking each ecosystem.
Scope
.github/dependabot.yml.bdk_demoDart/Flutter dependencies.native.Out of scope
Acceptance criteria
bdk_demo,native, and.github/workflows.