What problem does it solve? Keeping dependencies current and secure across repositories requires writing and tuning .github/dependabot.yml files, which involves many ecosystem values, grouping rules, and scheduling options that are easy to misconfigure. ## Core Features & Use Cases - Ecosystem Detection and Configuration: Identify all package ecosystems in a repository (npm, pip, Docker, Terraform, and more) and generate correct dependabot.yml entries for each. - PR Noise Reduction: Apply dependency grouping, cross-directory monorepo grouping, multi-ecosystem groups, cooldown periods, and scheduling to batch updates into fewer pull requests. - Security Update Management: Configure grouped security updates, auto-triage rules, and pre-commit dependency vulnerability scanning via the GitHub MCP Server. - Use Case: A monorepo with npm workspaces, Docker images, and GitHub Actions can use this Skill to produce a single dependabot.yml that groups dev dependencies weekly, batches shared dependencies across directories, and limits security patches to grouped PRs. ## Quick Start Ask the agent to scan this repository and generate an optimized dependabot.yml with grouped updates for every detected ecosystem.