enke-dev/bumper update

Run bumper against a repo and open (or update) a dependency-update pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseBase branch for the PR (defaults to the repository default branch)""
branchBranch name used for the update commit and PRchore/bumper-update
pr-titleTitle of the update PRchore: update dependencies
pr-labelsComma-separated list of labels to apply to the PR""
onlyRun only the listed module ids (comma-separated, e.g. "node,pnpm")""
skipSkip the listed module ids (comma-separated, e.g. "docker")""
excludeSpace-separated repo-relative paths to exclude (e.g. "examples fixtures")""
tokenToken used to push the branch and open the PR (defaults to the job's GITHUB_TOKEN)${{ github.token }}
registry-tokenAuth 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-scopeScope to bind to the private registry (e.g. "@optiscaners"). Optional.""
registry-urlPrivate registry URL used with registry-tokenhttps://npm.pkg.github.com
namedescription
updated"true" when bumper produced a new commit, otherwise "false"
branchThe update branch name
baseThe resolved base branch
pr-numberThe created or updated PR number (empty when nothing changed)