Skip to content

Commit

Permalink
docs(versioning:regex): add docker.io/bitnami/ to existing list of … (
Browse files Browse the repository at this point in the history
  • Loading branch information
aschaber1 committed Oct 7, 2023
1 parent 5d9d44b commit 89c3eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/versioning/regex/readme.md
Expand Up @@ -45,7 +45,7 @@ Here is another example, this time for handling Bitnami Docker images, which use
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["bitnami/"],
"matchPackagePrefixes": ["bitnami/", "docker.io/bitnami/"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<compatibility>.+)(?<build>\\d+)-r(?<revision>\\d+))?$"
}
]
Expand Down

0 comments on commit 89c3eae

Please sign in to comment.