mileetos/Dependabot Deploy Minor
Automatically deploys PRs made by dependabot
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| gitHubToken | Github token for current Action | yes | — |
| maxDeployVersion | The maximum difference in version which should be auto-deployed. `PATCH`, `MINOR`, `MAJOR`. Default `MINOR` | no | MAJOR |
| deployOnlyInWorkingHours | If true then deploy will be skipped if the PR is created outside of working hours. Default `true` | no | true |
| timezone | Timezone defined https://momentjs.com/timezone/ used to verify if the current time is within the working hours. Default `Europe/Prague` | no | Europe/Prague |
| deployDependencies | Defines what dependencies should be deployed. Either `dev` or `all`. Default `dev` | no | dev |
| updateIndirectDependencies | Defines whether to update dependencies of dependencies. Either `true` or `false`. Default `false` | no | false |
Outputs
no outputs