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

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
...@@ -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 dependency dashboard issue. - `repoProblemsHeader`: This field will replace the header of the Repository Problems in the Dependency Dashboard issue.
### defaultRegistryUrlTemplate ### defaultRegistryUrlTemplate
......
...@@ -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 dependency dashboard or Config Warning issues | | Issues | `read` and `write` | `read` and `write` | Create Dependency Dashboard 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 |
......
...@@ -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 dependency dashboard approval for `major` updates.', description: 'Require Dependency Dashboard approval for `major` updates.',
packageRules: [ packageRules: [
{ {
dependencyDashboardApproval: true, dependencyDashboardApproval: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment