Skip to content

Commit

Permalink
docs: fix example for matchCurrentVersion config option (#8621)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher committed Feb 10, 2021
1 parent 9bd54c8 commit 9aa46fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ Use the syntax `!/ /` like the following:
"packageRules": [
{
"matchPackagePatterns": ["io.github.resilience4j"],
"allowedVersions": "!/^0\\./"
"matchCurrentVersion": "!/^0\\./"
}
]
}
Expand Down

0 comments on commit 9aa46fa

Please sign in to comment.