robfrank/Kamal Accessories Updater
Automatically check for and update Kamal accessories to their latest versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-dir | Directory containing Kamal deploy*.yml configuration files | no | config |
| mode | Update mode: "check" (only check for updates), "update" (prompt for each), or "update-all" (auto-update all) | no | update-all |
| create-pr | Whether to create a pull request with the updates | no | true |
| pr-branch | Branch name for the pull request | no | update/kamal-accessories |
| pr-title | Title for the pull request | no | chore: bump Kamal accessories versions |
| pr-body | Body text for the pull request | no | This PR updates Kamal accessories to their latest available versions on Docker Hub. |
| pr-labels | Comma-separated list of labels to add to the pull request | no | dependencies |
| github-token | GitHub token for creating pull requests | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| updates-available | Whether any updates are available (true/false) |
| updates-count | Number of updates available |
| updates-json | JSON array of all updates |
| pr-number | Pull request number if created |
| pr-url | Pull request URL if created |