Skip to content

Commit 8d268a7

Browse files
authored
Merge pull request #1115 from rackerlabs/keep-more-images-up-to-date
fix(renovate): allow _ in container tag names
2 parents 9f85d59 + f53f61a commit 8d268a7

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)