diff --git a/lib/config/presets/internal/workarounds.ts b/lib/config/presets/internal/workarounds.ts
index 6c64a1a32571792a13460c6e6eb30579fc16f4ab..fda828fb8421aefc79211c99cf8f71c73bf4d2f8 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'],