makeshift/Generate Dependabot Glob
Creates a `dependabot.yml` dynamically based on glob patterns.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| template-file | Location of the file to use as template | — | .github/dependabot.template.yml |
| follow-symbolic-links | Indicates whether to follow symbolic links (If you want to put your template in a weird place) | — | true |
| file-header | Header to add to the generated file. ${input-name} will be replaced with the value of the given input. | — | # This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly. # Make changes to `${template-file}` and a PR will be automatically created. |
Outputs
no outputs