Skip to content

Commit

Permalink
docs: fix typo in regex versioning (#21579)
Browse files Browse the repository at this point in the history
  • Loading branch information
narqo committed Apr 18, 2023
1 parent bce88c8 commit 3d19f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/versioning/regex/readme.md
Expand Up @@ -46,7 +46,7 @@ Here is another example, this time for handling Bitnami Docker images, which use
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["bitnami/"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(:?-(?<compatibility>.+)(?<build>\\d+)-r(?<revision>\\d+))?$"
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<compatibility>.+)(?<build>\\d+)-r(?<revision>\\d+))?$"
}
]
}
Expand Down

0 comments on commit 3d19f0a

Please sign in to comment.