ramonvermeulen/pre-commit-bump
GHA to bump pre-commit versions in a repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run, can be either `update` or `check`. | no | update |
| allow | Specific semantic versioning range to allow updates for (major, minor, patch), uses major if not specified. | no | major |
| verbose | Whether to run in verbose mode. | no | false |
| config | Path to the pre-commit configuration file, uses `.pre-commit-config.yaml` if not specified. | no | .pre-commit-config.yaml |
| no-summary | Whether to skip the summary output. | no | false |
| dry-run | Whether to perform a dry run without making changes. | no | false |
Outputs
no outputs