From 294140b7d014d2901cb539df2051098da5865300 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 15 Apr 2026 13:22:19 +0200 Subject: [PATCH] docs: use single quotes --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 0977250ad1e..4bfd10df544 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -3490,7 +3490,7 @@ $exists(deprecationMessage) $exists(vulnerabilityFixVersion) manager = 'dockerfile' and depType = 'final' updateType = 'major' and newVersionAgeInDays < 7 -$detectPlatform(sourceUrl) = "github" +$detectPlatform(sourceUrl) = 'github' ``` `matchJsonata` accepts an array of strings, and will return `true` if any of those JSONata expressions evaluate to `true`.