We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 507740e + 69a7f2d commit afce6fbCopy full SHA for afce6fb
.github/renovate/understackContainerMatch.json
@@ -5,10 +5,11 @@
5
"customType": "regex",
6
"fileMatch": ["(^|/)images-openstack\\.ya?ml$"],
7
"matchStrings": [
8
- "ghcr\\.io/rackerlabs/(?<depName>understack/[\\w\\-]+):(?<currentValue>v[\\d\\.]+)"
+ "ghcr\\.io/rackerlabs/(?<depName>understack/[\\w\\-]+)(?::(?<currentValue>[-a-zA-Z0-9.]+))?(?:@(?<currentDigest>sha256:[a-zA-Z0-9]+))?"
9
],
10
"datasourceTemplate": "docker",
11
- "packageNameTemplate": "ghcr.io/rackerlabs/{{depName}}"
+ "packageNameTemplate": "ghcr.io/rackerlabs/{{depName}}",
12
+ "autoReplaceStringTemplate": "ghcr.io/rackerlabs/{{{depName}}}:{{{newValue}}}{{#if newDigest}}@{{{newDigest}}}{{/if}}"
13
}
14
15
"packageRules": [
0 commit comments