actions-marketplace-validations/Dependencies Autoupdate
Language agnostic action that automatically updates dependencies and creates PR with the changes. e.g.: go, js, rust, py, ts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token used to send pull requests | yes | — |
| update-command | Command to update dependencies and do initial checks | yes | — |
| pr-branch | PR branch against which the PR should be created, defaults to main | no | main |
| update-path | Path to directory to run the update-command. If not provided defaults to root | no | — |
| on-changes-command | Command to run if dependencies update and changes were detected. This can be version increments or extra checks. | no | — |
| commit-message | Message used for the commit, defaults to "Auto-updated dependencies" | no | Auto-updated dependencies |
Outputs
no outputs