cloud-copilot/Automated Dependency Update
Automatically updates dependencies, builds, tests, creates a PR, and merges it if changes exist.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 27, 2026
- License
- MIT
Pinned Snippet
uses: cloud-copilot/action-update-dependencies@c5c47ad399628ae464f31d1068717bcb39cf6002 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base-branch | Base branch for the dependency update pull request. | no | main |
| merge-method | Merge method to use. Supported values: squash, merge, rebase. | no | squash |
| check-workflow | Optional workflow name, ID, or filename to run on the update branch before merging. The workflow must support workflow_dispatch. | no | "" |
| post-merge-workflow | Optional workflow name, ID, or filename to run on the base branch after merging. The workflow must support workflow_dispatch. | no | "" |
Outputs
| name | description |
|---|---|
| pull-request-url | URL of the pull request created by this action. |