From 9aa46fa5291a01d3000f403ddf646e25b45e9aa5 Mon Sep 17 00:00:00 2001 From: Florian Greinacher <florian@greinacher.de> Date: Wed, 10 Feb 2021 10:42:18 +0100 Subject: [PATCH] docs: fix example for matchCurrentVersion config option (#8621) --- 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 33f3c72666..dc1912d360 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1280,7 +1280,7 @@ Use the syntax `!/ /` like the following: "packageRules": [ { "matchPackagePatterns": ["io.github.resilience4j"], - "allowedVersions": "!/^0\\./" + "matchCurrentVersion": "!/^0\\./" } ] } -- GitLab