Skip to content

Commit

Permalink
fix(config): improve config:best-practices description (#31517)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Sep 21, 2024
1 parent fc200d4 commit df5275a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import type { Preset } from '../types';

export const presets: Record<string, Preset> = {
'best-practices': {
configMigration: true,
description:
'Preset with best practices from the Renovate maintainers. Recommended for advanced users, who want to follow our best practices.',
extends: [
'config:recommended',
'docker:pinDigests',
'helpers:pinGitHubActionDigests',
':configMigration',
':pinDevDependencies',
],
},
Expand Down
4 changes: 4 additions & 0 deletions lib/config/presets/internal/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ export const presets: Record<string, Preset> = {
'Do not separate `patch` and `minor` upgrades into separate PRs for the same dependency.',
separateMinorPatch: false,
},
configMigration: {
configMigration: true,
description: 'Enable Renovate configuration migration PRs when needed.',
},
dependencyDashboard: {
dependencyDashboard: true,
description: 'Enable Renovate Dependency Dashboard creation.',
Expand Down

0 comments on commit df5275a

Please sign in to comment.