mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
feat(presets/workarounds): capture more Red Hat UBI image names (#31341)
This commit is contained in:
parent
b115ccf82c
commit
b6694ed595
1 changed files with 1 additions and 3 deletions
|
@ -269,9 +269,7 @@ export const presets: Record<string, Preset> = {
|
|||
'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',
|
||||
|
|
Loading…
Reference in a new issue