nnichols/Clojure Dependency Update Action
A simple GitHub Actions to create Pull Requests for outdated tools.deps dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A GitHub auth token to be able to create the pull request | yes | — |
| branch | the branch to commit to | yes | master |
| git-email | The email address used to create the version commit with. | yes | 41898282+github-actions[bot]@users.noreply.github.com |
| git-username | The name to use for the version commit. e.g. github.actor | yes | github-actions[bot] |
| excludes | Artifact names to exclude (space separated). | yes | "" |
| directories | Search paths for projects (space separated). | yes | "" |
| skips | Project types to skip to search (space separated). Must be one of `boot`, `clojure-cli`, `github-action`, `pom`, `shadow-cljs` and `leiningen`. | yes | "" |
| batch | Updates all outdated dependencies in a single pull request. Set to "true" to enable | yes | false |
Outputs
no outputs