evoja/Dependaboja
Merge dependabot PRs to aggregated branches and sync the aggregated branches with master
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 9, 2022
- License
- MIT
Pinned Snippet
uses: evoja/dependaboja@b91063c96fae50380e976c511edfab5315034d38 # 0.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| merge_type | Way of merge to use for syncing: merge/rebase/squash. Default is "rebase" | no | rebase |
| committer_name | — | no | dependaboja |
| committer_email | — | no | -- |
| disabled_pr_targets | Comma separated list of branches which are not allowed to be a PR target for auto merge. Default is 'master,main' | no | master,main |
| sync_with | Comma separated list of branches which should be merged to aggregated dependency branches automatically. Default is 'master,main' | no | master,main |
| fetch_depth | We need a deep fetch in order to merge. It limits the max value. Default is 0 | no | 0 |
| create_aggregated_branches_if_missed | If an aggregated target branch is missed Dependaboja creates it. That should prevent dependabot from being stuck with errors on missed target branches. | no | true |
Outputs
no outputs