Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
1a82293c
Unverified
Commit
1a82293c
authored
3 years ago
by
HonkingGoose
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: update dependencyDashboard config option (#11352)
parent
1788e136
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/configuration-options.md
+10
-0
10 additions, 0 deletions
docs/usage/configuration-options.md
with
10 additions
and
0 deletions
docs/usage/configuration-options.md
+
10
−
0
View file @
1a82293c
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment