janyksteenbeek/Updati - Dependency Updater
Automatically update dependencies across multiple repositories
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 access | yes | — |
| owner | GitHub owner (user or organization) to scan for repositories | yes | — |
| repo_patterns | Regex patterns to match repository names (one per line) | no | .* |
| workers | Number of concurrent workers | no | 5 |
| base_branch | Base branch to create PRs against | no | main |
| create_pr | Create pull requests instead of direct push | no | true |
| dry_run | Perform a dry run without making changes | no | false |
| update_composer | Update Composer dependencies | no | true |
| update_npm | Update NPM dependencies | no | true |
Outputs
| name | description |
|---|---|
| total | Total number of repositories processed |
| updated | Number of repositories updated |
| failed | Number of repositories that failed to update |