From 817d2d850e9126879bf20beb1bf37435f59b83a1 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:50:29 +0100 Subject: [PATCH] docs: fix typos in description for workarounds presets (#19732) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- lib/config/presets/internal/workarounds.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/presets/internal/workarounds.ts b/lib/config/presets/internal/workarounds.ts index 6c64a1a325..fda828fb84 100644 --- a/lib/config/presets/internal/workarounds.ts +++ b/lib/config/presets/internal/workarounds.ts @@ -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)(?:\\.|-|$)/', @@ -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'], -- GitLab