phucbm/Dependabot Release Action
Automatically create releases when Dependabot merges PRs to main branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 3, 2025
- License
- MIT
Pinned Snippet
uses: phucbm/dependabot-release-action@19c3726460459f99989c1baa6384e741196532d4 # v1.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version-bump | Version bump type (patch, minor, major) | no | patch |
| github-token | GitHub token for creating releases | no | ${{ github.token }} |
| create-tag | Create git tag for the release | no | true |
| release-notes | Generate release notes from commits | no | true |
| default-branch | Default branch name to check for Dependabot commits | no | main |
Outputs
| name | description |
|---|---|
| version | The new version that was released |
| tag | The git tag created |
| release-url | URL of the created release |