diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 33f3c726662ee36756c2e7688a6c7029db0c1c4f..dc1912d360eae14bb20b6a33117ddb045118055b 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\\./" } ] }