Skip to content

Commit f53f61a

Browse files
committed
fix(renovate): allow _ in container tag names
The OpenStack Helm containers have an _ in the tag name so we need to add that to the pattern. follow on to #1106
1 parent d5bcce1 commit f53f61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate/understackContainerMatch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"customType": "regex",
66
"fileMatch": ["(^|/)images-openstack\\.ya?ml$"],
77
"matchStrings": [
8-
"(?<registryUrl>[a-zA-Z0-9.-]+(?:\\:[0-9]+)?)/(?<depName>[^\\s:@]+)(?::(?<currentValue>[-a-zA-Z0-9.]+))?(?:@(?<currentDigest>sha256:[a-zA-Z0-9]+))?"
8+
"(?<registryUrl>[a-zA-Z0-9.-]+(?:\\:[0-9]+)?)/(?<depName>[^\\s:@]+)(?::(?<currentValue>[-a-zA-Z_0-9.]+))?(?:@(?<currentDigest>sha256:[a-zA-Z0-9]+))?"
99
],
1010
"datasourceTemplate": "docker",
1111
"packageNameTemplate": "{{registryUrl}}/{{depName}}",

0 commit comments

Comments
 (0)