setup-dependabot
DevOps98 downloads · by community
Configure GitHub Dependabot for automated dependency updates
Install
npx @claudeskill/cli install setup-dependabotWhat this skill does
Configures GitHub Dependabot for automated dependency management. Creates or updates the .github/dependabot.yml file with appropriate settings for your project's package ecosystems (npm, pip, cargo, etc.). Sets update schedules, version constraints, and assignee rules.
Use cases
- Keeping dependencies up to date automatically
- Reducing security vulnerabilities from outdated packages
- Managing dependency updates across monorepos
- Setting up automated PR creation for updates