Skip to content

Commit fa51795

Browse files
committed
test minio renovate
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 17af8d4 commit fa51795

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,19 @@
324324
versioningTemplate: 'loose',
325325
extractVersionTemplate: '^(?<version>v\\d+\\.\\d+\\.\\d+)',
326326
},
327+
{
328+
customType: 'regex',
329+
fileMatch: [
330+
'^tests\\/utils\\/minio\\/minio\\.go$',
331+
],
332+
matchStrings: [
333+
'minioImage = "(?<depName>.+?):(?<currentValue>.*?)"\\n',
334+
'minioClientImage = "(?<depName>.+?):(?<currentValue>.*?)"\\n',
335+
],
336+
datasourceTemplate: 'docker',
337+
versioningTemplate: 'regex',
338+
extractVersionTemplate: '^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$',
339+
},
327340
],
328341
packageRules: [
329342
{

0 commit comments

Comments
 (0)