Skip to content
Snippets Groups Projects
Unverified Commit 1a82293c authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs: update dependencyDashboard config option (#11352)

parent 1788e136
No related branches found
No related tags found
No related merge requests found
...@@ -402,6 +402,16 @@ This option applies only to the `gradle` manager. ...@@ -402,6 +402,16 @@ This option applies only to the `gradle` manager.
## dependencyDashboard ## 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. 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. 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. The goal of this issue is to give visibility into all updates that Renovate is managing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment