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 be85a5d + 54e612f commit 1f53b09Copy full SHA for 1f53b09
.github/renovate/understackContainerMatch.json
@@ -5,12 +5,10 @@
5
"customType": "regex",
6
"fileMatch": ["(^|/)images-openstack\\.ya?ml$"],
7
"matchStrings": [
8
- "ghcr\\.io/rackerlabs/understack/(?<depName>[\\w-]+):(?<currentValue>[\\w.-]+)"
+ "ghcr\\.io/rackerlabs/(?<depName>understack/[\\w\\-]+):(?<currentValue>v[\\d\\.]+)"
9
],
10
"datasourceTemplate": "docker",
11
- "packageNameTemplate": "ghcr.io/rackerlabs/understack/{{depName}}",
12
- "versioningTemplate": "semver",
13
- "extractVersionTemplate": "{{currentValue}}"
+ "packageNameTemplate": "ghcr.io/rackerlabs/{{depName}}"
14
}
15
]
16
0 commit comments