Skip to content

Commit

Permalink
docs(versionCompatbility): fix suffix example
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Oct 2, 2023
1 parent 45ca2cf commit 8a0956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/configuration-options.md
Expand Up @@ -3660,7 +3660,7 @@ Here is an example of solving these types of cases:
{
"matchDatasources": ["docker"],
"matchPackageNames": ["node"],
"versionCompatibility": "^(?<version>.*)(?<compatibility>-.*)?$",
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
"versioning": "node"
}
]
Expand Down

0 comments on commit 8a0956d

Please sign in to comment.