nils-org/cake-dependabot
Dependency updater for cake build files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Where to look for cake files to check for dependency upgrades. The directory is relative to the repository's root. Multiple paths can be provided by splitting them with a new line. Example: directory: | /path/to/first/module /path/to/second/module | no | / |
| target_branch | Branch to create pull requests against. By default your repository's default branch is used. | no | — |
| token | Auth token used to push the changes back to github and create the pull request with. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) | no | ${{ github.token }} |
| ignore | List of dependencies that will not be updated Example: ignore: | Cake.7zip Cake.asciidoctorj | no | — |
Outputs
no outputs