From e3f539630472833febc856d34517ba1f1f1aa8d9 Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Mon, 25 Apr 2022 21:06:07 -0700 Subject: [PATCH] Update lib/config/options/index.ts Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- lib/config/options/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 52076d1971eab6..5fe8fbaa27e23c 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -1501,7 +1501,7 @@ const options: RenovateOptions[] = [ }, { name: 'osvVulnerabilityAlerts', - description: 'Use vulnerability alerts from osv.dev', + description: 'Use vulnerability alerts from `osv.dev`.', type: 'boolean', default: false, releaseStatus: 'unpublished',