Files
docs-blackroad-io/.github/dependabot.yml
Alexa Louise 854cc2fac7 Add GitHub automation
- CI/CD pipeline with GitHub Actions
- Auto-merge for Dependabot and labeled PRs
- Issue and PR templates
- Dependabot configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2025-12-28 21:30:50 -06:00

11 lines
194 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
labels:
- "dependencies"
- "automerge"