Skip to content

Commit 2ee7c8c

Browse files
committed
chore: update understack container match to not require hash
If the container is not referenced with a hash we should not ignore it but should consider it as not having a hash.
1 parent c91264c commit 2ee7c8c

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)