chrisw-dev/Dependency Version Uplift Check
Detects and reports dependency version changes in Pull Requests across multiple ecosystems
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for API access (used for PR comments). Defaults to github.token if not provided. | no | — |
| ecosystems | Comma-separated list of ecosystems to check. Options: node, python, go, ruby, java, rust, dotnet. Use "all" for all ecosystems. | no | all |
| comment-on-pr | Whether to post a comment on the PR with the results | no | true |
| include-dev-dependencies | Whether to include dev/test dependencies in the check | no | true |
Outputs
| name | description |
|---|---|
| has-changes | Boolean indicating whether any dependency version changes were detected |
| changes-json | JSON string containing all detected dependency changes |
| changes-count | Total number of dependency changes detected |