atlantis-devs/dependabump
Simple, automatic, dependency updating
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| npm-bin | Full path to the npm binary to use while installing deps | yes | npm |
| private-npm-token | API token for a private npm repository | no | — |
| private-npm-domain | URL for a private npm repository | no | — |
| filter | Scope to limit dependency updates by | no | "" |
| reject | Scope to reject dependency updates by | no | "" |
| commit-message | Commit message for dependabump commits | yes | chore(deps): bump all dependencies |
| base-branch | Base branch for pull requests | yes | main |
| dependabump-branch | Branch to push dependency updates to | yes | dependencies |
| dependabump-major-branch | Branch to push major dependency updates to | yes | major-dependencies |
| commit-author | github username for commit author | yes | dependabump |
| working-dir | optional path to your npm package.json (if not in repo root) | no | — |
Outputs
no outputs