📖 Fix the docs for Automatic checks for dependency

Fixed the docs for automatic checks for dependency
This commit is contained in:
naveen 2021-06-04 15:10:56 +00:00 committed by Naveen
parent 1ec9ada137
commit d177fdaf57

View File

@ -18,7 +18,7 @@ A project which is not active may not be patched, may not have its dependencies
## Automatic-Dependency-Update ## Automatic-Dependency-Update
This check tries to determine if a project has dependencies automatically updated. The checks looks for [dependabot](https://dependabot.com/docs/config-file/) or [renovatebot](https://docs.renovatebot.com/configuration-options/).This check only looks if it is enabled and does not ensure that it is run and PullRequests are merged. This check tries to determine if a project has dependencies automatically updated. The checks looks for [dependabot](https://dependabot.com/docs/config-file/) or [renovatebot](https://docs.renovatebot.com/configuration-options/). This check only looks if it is enabled and does not ensure that it is run and pull requests are merged.
**Remediation steps** **Remediation steps**
- Signup for automatic dependency updates with dependabot or renovatebot and place the config file in the locations that are recommended by these tools. - Signup for automatic dependency updates with dependabot or renovatebot and place the config file in the locations that are recommended by these tools.