From 23ac31cf82af001bc5750638973ebb2fe467f8d9 Mon Sep 17 00:00:00 2001 From: Simon Chapman Date: Wed, 11 Sep 2024 17:13:39 +0100 Subject: [PATCH] feat(presets/workarounds): capture more Red Hat UBI image name variations See https://github.com/renovatebot/renovate/discussions/31314 --- lib/config/presets/internal/workarounds.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/config/presets/internal/workarounds.ts b/lib/config/presets/internal/workarounds.ts index 8f6cabced7a62a..8e470ec6b8450f 100644 --- a/lib/config/presets/internal/workarounds.ts +++ b/lib/config/presets/internal/workarounds.ts @@ -269,9 +269,7 @@ export const presets: Record = { 'registry.access.redhat.com/rhel8/**', 'registry.access.redhat.com/rhel9/**', 'registry.access.redhat.com/rhscl/**', - 'registry.access.redhat.com/ubi7**', - 'registry.access.redhat.com/ubi8**', - 'registry.access.redhat.com/ubi9**', + 'registry.access.redhat.com/ubi*{,/}**', 'redhat/**', ], versioning: 'redhat',