Skip to content

Commit bd4b598

Browse files
authored
Merge pull request #1352 from rackerlabs/fix-renovate-understack
chore: update understack container match to not require hash
2 parents c91264c + 2ee7c8c commit bd4b598

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-
":\\s+\"+(?<depName>[^\\s:@\"]+)(?::(?<currentValue>[-a-zA-Z_0-9.]+))?(?:@(?<currentDigest>sha256:[a-zA-Z0-9]+))\"?"
8+
":\\s+\"?(?<depName>[^\\s:@\"]+):(?<currentValue>[-a-zA-Z_0-9.]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\"?"
99
],
1010
"datasourceTemplate": "docker"
1111
}

0 commit comments

Comments
 (0)