Skip to content

Commit

Permalink
chore: capitalize Dependency Dashboard in docs and config option desc…
Browse files Browse the repository at this point in the history
…ription (#25569)
  • Loading branch information
HonkingGoose committed Nov 3, 2023
1 parent 3198894 commit 9007931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/usage/configuration-options.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/security-and-permissions.md
Expand Up @@ -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 |

Expand Down
2 changes: 1 addition & 1 deletion lib/config/presets/internal/default.ts
Expand Up @@ -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,
Expand Down

0 comments on commit 9007931

Please sign in to comment.