robertlestak/stackver
Automated dependency version management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 28, 2025
- License
- MIT
Pinned Snippet
uses: robertlestak/stackver@8328066667a6c7863ef87f23fb7cce82c2bcb2e1 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| stack | Stack file, relative to the repository root | yes | — |
| daysUntilDanger | Days until danger | no | 30 |
| daysUntilWarning | Days until warning | no | 60 |
| stackVerVersion | StackVer version | no | latest |
| githubToken | GitHub token for creating PRs | yes | — |
| dryRun | Only show what would be updated | no | false |
| prTitle | Pull request title | no | Update dependency versions |
| prBranch | Branch name for pull request | no | stackver/dependency-updates |
| baseBranch | Base branch to create PR against (defaults to repository default branch) | no | — |
Outputs
no outputs