From 6bf1490ccc6e031600851820d7453e3c55c81f49 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:13:07 +0100 Subject: [PATCH] chore: fix typos in description for workarounds presets --- 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 6c64a1a3257179..fda828fb8421ae 100644 --- a/lib/config/presets/internal/workarounds.ts +++ b/lib/config/presets/internal/workarounds.ts @@ -76,7 +76,7 @@ export const presets: Record = { ], }, 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 = { }, supportRedHatImageVersion: { description: - 'Use specific versioning for Red Hat-maintained container images', + 'Use specific versioning for Red Hat-maintained container images.', packageRules: [ { matchDatasources: ['docker'],