Skip to content

Commit

Permalink
docs: fix typos in description for workarounds presets (#19732)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
HonkingGoose and viceice committed Jan 9, 2023
1 parent e70e6c7 commit 817d2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/presets/internal/workarounds.ts
Expand Up @@ -76,7 +76,7 @@ export const presets: Record<string, Preset> = {
],
},
javaLTSVersions: {
description: 'Limit Java runtime versions to LTS releases',
description: 'Limit Java runtime versions to LTS releases.',
packageRules: [
{
allowedVersions: '/^(?:8|11|17)(?:\\.|-|$)/',
Expand Down Expand Up @@ -119,7 +119,7 @@ export const presets: Record<string, Preset> = {
},
supportRedHatImageVersion: {
description:
'Use specific versioning for Red Hat-maintained container images',
'Use specific versioning for Red Hat-maintained container images.',
packageRules: [
{
matchDatasources: ['docker'],
Expand Down

0 comments on commit 817d2d8

Please sign in to comment.