santosr2/Uptool Dependency Updater
Universal manifest-first dependency updater for npm, Helm, Terraform, pre-commit, and more
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run: scan, plan, or update | no | plan |
| format | Output format: table or json | no | table |
| only | Comma-separated list of integrations to include (e.g., npm,helm) | no | "" |
| exclude | Comma-separated list of integrations to exclude | no | "" |
| config | Path to uptool config file (default: uptool.yaml) | no | "" |
| dry-run | Show changes without applying (for update command) | no | false |
| diff | Show diffs of changes (for update command) | no | true |
| create-pr | Create a pull request with updates | no | false |
| pr-title | Title for the pull request | no | chore: update dependencies |
| pr-branch | Branch name for the pull request | no | uptool/dependency-updates |
| create-issue | Create an issue when updates are available | no | false |
| issue-title | Title for the issue | no | Dependency Updates Available |
| issue-labels | Comma-separated labels for the issue | no | dependencies,automated |
| token | GitHub token for creating PRs or issues | no | ${{ github.token }} |
| skip-install | Skip uptool installation (use when uptool is already available in PATH) | no | false |
Outputs
| name | description |
|---|---|
| updates-available | Whether updates are available (true/false) |
| manifests-updated | Number of manifests updated |
| dependencies-updated | Number of dependencies updated |