enke-dev/bumper update
Run bumper against a repo and open (or update) a dependency-update pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base branch for the PR (defaults to the repository default branch) | — | "" |
| branch | Branch name used for the update commit and PR | — | chore/bumper-update |
| pr-title | Title of the update PR | — | chore: update dependencies |
| pr-labels | Comma-separated list of labels to apply to the PR | — | "" |
| only | Run only the listed module ids (comma-separated, e.g. "node,pnpm") | — | "" |
| skip | Skip the listed module ids (comma-separated, e.g. "docker") | — | "" |
| exclude | Space-separated repo-relative paths to exclude (e.g. "examples fixtures") | — | "" |
| token | Token used to push the branch and open the PR (defaults to the job's GITHUB_TOKEN) | — | ${{ github.token }} |
| registry-token | Auth token for a private npm registry (e.g. GitHub Packages). When set, an .npmrc granting access is written before install. Pass the job's GITHUB_TOKEN secret for a GitHub Packages scope your repo can read (needs "packages: read" on the job). | — | "" |
| registry-scope | Scope to bind to the private registry (e.g. "@optiscaners"). Optional. | — | "" |
| registry-url | Private registry URL used with registry-token | — | https://npm.pkg.github.com |
Outputs
| name | description |
|---|---|
| updated | "true" when bumper produced a new commit, otherwise "false" |
| branch | The update branch name |
| base | The resolved base branch |
| pr-number | The created or updated PR number (empty when nothing changed) |