kt-actions/Generate changesets for Dependabot PRs
Add/update changeset files for Dependabot PR. This action is used in the context of a pull request created by Dependabot. It creates a changeset files in the `.changeset` directory.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | no | — |
| updated-dependencies-json | JSON string with updated dependencies from dependabot/fetch-metadata action | yes | — |
| version-update-map | Map version updates from dependabot/fetch-metadata action to changeset types | no | {"semver-patch": "patch", "semver-minor": "patch", "semver-major": "patch"} |
Outputs
| name | description |
|---|---|
| updated-dependencies-json | Json array of updated dependencies |
| changesets-json | Json array of changeset files created or updated |