https://github.com/octoherd/script-close-renovate-dashboard-issues
An octoherd script to close renovate Dashboard issues
https://github.com/octoherd/script-close-renovate-dashboard-issues
octoherd-script
Last synced: 27 days ago
JSON representation
An octoherd script to close renovate Dashboard issues
- Host: GitHub
- URL: https://github.com/octoherd/script-close-renovate-dashboard-issues
- Owner: octoherd
- License: isc
- Created: 2021-03-03T00:19:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T17:23:25.000Z (about 2 months ago)
- Last Synced: 2025-04-08T18:31:08.622Z (about 2 months ago)
- Topics: octoherd-script
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-octoherd-scripts - Close renovate dashboard issues - Close all Renovate Dashboard issues. (Scripts)
README
# close renovate dashboard issues
> An [octoherd](https://github.com/octoherd) script to close [renovate Dashboard issues](https://docs.renovatebot.com/configuration-options/#dependencydashboard)
## Usage
```
$ npx @octoherd/script-close-renovate-dashboard-issues
```## Options
| option | type | description |
| ---------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--octoherd-token`, `-T` | string | A personal access token ([create](https://github.com/settings/tokens/new?scopes=repo)). Script will create one if option is not set |
| `--octoherd-repos`, `-R` | array of strings | One or multiple space-separated repositories in the form of `repo-owner/repo-name`. `repo-owner/*` will find all repositories for one owner. `*` will find all repositories the user has access to. Will prompt for repositories if not set |
| `--octoherd-bypass-confirms` | boolean | Bypass prompts to confirm mutating requests |## Licenses
[ISC](LICENSE.md)