neverendingqs/Update Node Dependencies
Updates Node dependencies and creates a pull request with the changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump-version | If set, bumps the package version based on value (e.g. patch). | no | — |
| commit-message-prefix | Prefix to use for commit messages. | no | chore |
| github-token | GITHUB_TOKEN to use. Uses repository GITHUB_TOKEN by default. | no | — |
| git-user-email | Git user.email to use for the commit. | no | 41898282+github-actions[bot]@users.noreply.github.com |
| git-user-name | Git user.name to use for the commit. | no | github-actions[bot] |
| npm-check-updates-version | Version of npm-check-updates to use | no | latest |
| package-manager | Set to 'yarn' to use yarn. Defaults to npm. | no | npm |
| pre-commit-script | A command to run before committing the dependency changes (e.g. npm run build). | no | — |
| pull-request-labels | Comma-delimited labels to apply to the pull request. | — | dependencies |
| target-version | Target version to upgrade to; latest, newest, greatest, minor, patch. | no | latest |
Outputs
no outputs