Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
applications
renovate
Commits
90079311
Unverified
Commit
90079311
authored
1 year ago
by
HonkingGoose
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: capitalize Dependency Dashboard in docs and config option description (#25569)
parent
31988947
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/usage/configuration-options.md
+1
-1
1 addition, 1 deletion
docs/usage/configuration-options.md
docs/usage/security-and-permissions.md
+1
-1
1 addition, 1 deletion
docs/usage/security-and-permissions.md
lib/config/presets/internal/default.ts
+1
-1
1 addition, 1 deletion
lib/config/presets/internal/default.ts
with
3 additions
and
3 deletions
docs/usage/configuration-options.md
+
1
−
1
View file @
90079311
...
@@ -940,7 +940,7 @@ You may use the `customizeDashboard` object to customize the Dependency Dashboar
...
@@ -940,7 +940,7 @@ You may use the `customizeDashboard` object to customize the Dependency Dashboar
Supported fields:
Supported fields:
-
`repoProblemsHeader`
: This field will replace the header of the Repository Problems in
d
ependency
d
ashboard issue.
-
`repoProblemsHeader`
: This field will replace the header of the Repository Problems in
the D
ependency
D
ashboard issue.
### defaultRegistryUrlTemplate
### defaultRegistryUrlTemplate
...
...
This diff is collapsed.
Click to expand it.
docs/usage/security-and-permissions.md
+
1
−
1
View file @
90079311
...
@@ -38,7 +38,7 @@ These permissions are always needed to run the respective app.
...
@@ -38,7 +38,7 @@ These permissions are always needed to run the respective app.
| Checks |
`read`
and
`write`
| not applicable | Read and write status checks |
| Checks |
`read`
and
`write`
| not applicable | Read and write status checks |
| Code |
`read`
and
`write`
|
`read`
| Read for repository content and write for creating branches |
| Code |
`read`
and
`write`
|
`read`
| Read for repository content and write for creating branches |
| Commit statuses |
`read`
and
`write`
|
`read`
and
`write`
| Read and write commit statuses for Renovate PRs |
| Commit statuses |
`read`
and
`write`
|
`read`
and
`write`
| Read and write commit statuses for Renovate PRs |
| Issues |
`read`
and
`write`
|
`read`
and
`write`
| Create
d
ependency
d
ashboard or Config Warning issues |
| Issues |
`read`
and
`write`
|
`read`
and
`write`
| Create
D
ependency
D
ashboard or Config Warning issues |
| Pull Requests |
`read`
and
`write`
|
`read`
and
`write`
| Create update PRs |
| Pull Requests |
`read`
and
`write`
|
`read`
and
`write`
| Create update PRs |
| Workflows |
`read`
and
`write`
| not applicable | Explicit permission needed to update workflows |
| Workflows |
`read`
and
`write`
| not applicable | Explicit permission needed to update workflows |
...
...
This diff is collapsed.
Click to expand it.
lib/config/presets/internal/default.ts
+
1
−
1
View file @
90079311
...
@@ -3,7 +3,7 @@ import type { Preset } from '../types';
...
@@ -3,7 +3,7 @@ import type { Preset } from '../types';
/* eslint sort-keys: ["error", "asc", {caseSensitive: false, natural: true}] */
/* eslint sort-keys: ["error", "asc", {caseSensitive: false, natural: true}] */
export
const
presets
:
Record
<
string
,
Preset
>
=
{
export
const
presets
:
Record
<
string
,
Preset
>
=
{
approveMajorUpdates
:
{
approveMajorUpdates
:
{
description
:
'
Require
d
ependency
d
ashboard approval for `major` updates.
'
,
description
:
'
Require
D
ependency
D
ashboard approval for `major` updates.
'
,
packageRules
:
[
packageRules
:
[
{
{
dependencyDashboardApproval
:
true
,
dependencyDashboardApproval
:
true
,
...
...
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