andoniaf/dependabot-devbox
Automatically update Devbox packages and open PRs, like Dependabot but for devbox.json
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with repo write access (to open PRs) | yes | — |
| directory | Directory containing devbox.json (relative to repo root) | no | / |
| base-branch | Base branch to open PRs against. Defaults to the repo default branch. | no | "" |
| gem-version | Pin a specific dependabot-devbox gem version (e.g. '0.1.0'). Defaults to latest. | no | "" |
| group-updates | Group minor/patch updates into a single PR; each major update still gets its own PR. When "false", every update (major or not) gets its own PR. | no | false |
| exclude-packages | Space/comma-separated list of package names to skip (e.g. 'go nodejs'). | no | "" |
| cooldown-days | Skip a package version until it has been released for this many days. Set to 0 to disable. | no | 7 |
Outputs
no outputs