Description
Adding Dependabot configuration would help keep dependencies up-to-date automatically, reducing the chance of dependency conflicts like #319 and #285 in the future.
Benefits
- Automated PRs for dependency updates
- Security vulnerability alerts and fixes
- Reduced maintenance burden
- Keeps the package compatible with the broader ecosystem
Proposed Configuration
Add .github/dependabot.yml to enable automated pub dependency updates.
Related