zbndm/Denopendabot
Keeps your Deno projects up-to-date
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Run mode ('action' or 'app') | yes | action |
| token | Access token authorized to run workflows (for Action) | no | — |
| user-token | Personal access token authorized to update workflows (for Action) | no | — |
| repository | Repository to update dependencies | yes | ${{ github.repository }} |
| base-branch | Branch to update | yes | main |
| working-branch | Working branch for Denopendabot | yes | denopendabot |
| root | Path to the project root (not prefixed with './') | no | — |
| include | Specify Files to update (space-separated) | no | — |
| exclude | Files to exclude (space-separated) | no | — |
| labels | Labels for the pull request (space-separated) | no | — |
| release | Bump the project version to this value for a release | no | — |
| auto-merge | Merge a pull request automaticaly ('any' or null, for App) | no | — |
Outputs
| name | description |
|---|---|
| updated | true if updated |