diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index f6a9a443ffea8cc0a781750912901ffe69eac1ba..94e9aa09279223283787416347a3525290e24d15 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -940,7 +940,7 @@ You may use the `customizeDashboard` object to customize the Dependency Dashboar 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 diff --git a/docs/usage/security-and-permissions.md b/docs/usage/security-and-permissions.md index 727263a1891d1a579067360b6f6a334ea596172c..2e80c359f137646a5e7322ebe1778321a6df7d88 100644 --- a/docs/usage/security-and-permissions.md +++ b/docs/usage/security-and-permissions.md @@ -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 | | 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 | -| 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 | | Workflows | `read` and `write` | not applicable | Explicit permission needed to update workflows | diff --git a/lib/config/presets/internal/default.ts b/lib/config/presets/internal/default.ts index 26895015eaf6ee3c6e74754b70e609bb499a5ec2..27a00904c223c8dc9b92f2859554042c314bcc7c 100644 --- a/lib/config/presets/internal/default.ts +++ b/lib/config/presets/internal/default.ts @@ -3,7 +3,7 @@ import type { Preset } from '../types'; /* eslint sort-keys: ["error", "asc", {caseSensitive: false, natural: true}] */ export const presets: Record<string, Preset> = { approveMajorUpdates: { - description: 'Require dependency dashboard approval for `major` updates.', + description: 'Require Dependency Dashboard approval for `major` updates.', packageRules: [ { dependencyDashboardApproval: true,