You can use the dependency submission API to submit dependencies for projects, such as the dependencies resolved when a project is built or compiled.| GitHub Docs
You can use the dependency graph to see the packages your project depends on and the repositories that depend on it. In addition, you can see any vulnerabilities detected in its dependencies.| GitHub Docs
If the dependency information reported by GitHub is not what you expected, there are a number of points to consider, and various things you can check.| GitHub Docs
If GitHub discovers insecure dependencies in your project, you can view details on the Dependabot alerts tab of your repository. Then, you can update your project to resolve or dismiss the alert.| GitHub Docs
You can use the dependency graph to identify all your project's dependencies. The dependency graph supports a range of popular package ecosystems.| GitHub Docs