Skip to content

Commit

Permalink
docs: update dependencyDashboard config option (#11352)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Aug 20, 2021
1 parent 1788e13 commit 1a82293
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/usage/configuration-options.md
Expand Up @@ -402,6 +402,16 @@ This option applies only to the `gradle` manager.

## dependencyDashboard

Starting from version `v26.0.0` the "Dependency Dashboard" is enabled by default as part of the commonly-used `config:base` preset.

To disable the Dependency Dashboard, add the preset `:disableDependencyDashboard` or set `dependencyDashboard` to `false`.

```json
{
"extends": ["config:base", ":disableDependencyDashboard"]
}
```

Configuring `dependencyDashboard` to `true` will lead to the creation of a "Dependency Dashboard" issue within the repository.
This issue contains a list of all PRs pending, open, closed (unmerged) or in error.
The goal of this issue is to give visibility into all updates that Renovate is managing.
Expand Down

0 comments on commit 1a82293

Please sign in to comment.