github_dependency_graph_diff_range
Compare dependency changes between two commits in a GitHub repository. Returns a diff of the dependency manifest files to identify added, removed, or updated dependencies.
Instructions
Get a diff of the dependencies between commits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| basehead | Yes | basehead | |
| name | No | The full path, relative to the repository root, of the dependency manifest file. |