You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement automated dependency management with Dependabot
- Add .github/dependabot.yml with comprehensive configuration
* Weekly updates for NuGet, npm, and GitHub Actions
* Intelligent grouping to reduce PR volume
* Auto-assignment and labeling for efficient review
* Security-focused handling for vulnerable packages
- Create dependency management policy documentation
* Clear merge criteria for patch/minor vs major updates
* Security update response procedures (24h for critical)
* Package categorization and grouping strategies
* Troubleshooting guide for common issues
- Add repository labels for dependency tracking
* area:deps for all dependency-related PRs
* type:maintenance for routine maintenance tasks
Addresses ENV-07 requirements for automated dependency updates
with GitHub-native Dependabot integration.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments