Monitors vulnerabilities in dependencies used in the project and keep dependencies up-to-date.
All Dependabot features are free to use for all repositories on GitHub.
Features
Dependabot alerts
Tell you that your code depends on a package that is insecure.
Watches the National Vulnerability Database and other sources for vulnerabilities in open source packages.
How to enable
Under the “Security” tab in the repository there’s a “Dependabot alerts” section that can be enabled.
Dependabot version updates
You can use Dependabot to keep the packages you use updated to the latest versions.
How to enable
- Create
.github/dependabot.yaml
configuration file in the repository.
- Look at Insights > Dependency graph > Dependabot (../network/updates) to validate that it’s configured properly.