Skip to content

Commit

Permalink
chore: use monospaced font in description for automergeTypes (#10999)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Jul 28, 2021
1 parent 3d4d252 commit 983c062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/default.ts
Expand Up @@ -378,7 +378,7 @@ export const presets: Record<string, Preset> = {
],
},
automergeTypes: {
description: 'Update @types/* packages automatically if tests pass',
description: 'Update `@types/*` packages automatically if tests pass',
packageRules: [
{
matchPackagePrefixes: ['@types/'],
Expand Down

0 comments on commit 983c062

Please sign in to comment.