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.
1 parent ed5090c commit 356443cCopy full SHA for 356443c
README.md
@@ -258,11 +258,12 @@ As CloudNativePG's `Cluster` CRDs are not automatically picked up by renovate a
258
'/\\.yaml$/',
259
],
260
matchStrings: [
261
- 'imageName: (?<depName>\\S+):(?<currentValue>\\S+)@(?<currentDigest>sha256:[a-f0-9]+)',
+ 'imageName: (?<depName>[^\\s:]+):(?<currentValue>[^\\s@]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?',
262
263
datasourceTemplate: 'docker',
264
// matches: 17.6-202509151215-minimal-trixie
265
versioningTemplate: 'regex:^(?<major>\\d+)\\.(?<minor>\\d+)-(?<patch>\\d+)-(?<compatibility>\\S+)$',
266
+ autoReplaceStringTemplate: '{{{newValue}}}{{#if newDigest}}@{{{newDigest}}}{{/if}}',
267
}
268
]
269
0 commit comments