Skip to content

Commit 8e7f875

Browse files
committed
renovate: disable updates for RHEL due to CI breakage
Fixes: c902a23 ("renovate: skip RHEL8 update due provisioning errors") Signed-off-by: André Martins <andre@cilium.io>
1 parent 2fa7191 commit 8e7f875

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,13 +491,14 @@
491491
"versioning": "regex:^((?<compatibility>[a-z0-9-.]+)|((?<major>\\d+)\\.(?<minor>\\d+)))\\-(?<patch>\\d+)\\.(?<build>\\d+)(@(?<currentDigest>sha256:[a-f0-9]+))?$"
492492
},
493493
{
494-
// Only allow exactly rhel8.6-20250812.093650 for both complexity-test and kind
494+
// Disable updates for rhel8.6 for both complexity-test and kind
495495
// since new versions are making the tests to fail.
496+
"enabled": false,
496497
"matchPackageNames": [
497498
"quay.io/lvh-images/complexity-test",
498499
"quay.io/lvh-images/kind"
499500
],
500-
"allowedVersions": "/^rhel8\\.6-20250812\\.093650$/",
501+
"matchCurrentVersion": "/^rhel8\\.6-.*$/"
501502
},
502503
{
503504
"groupName": "stable lvh-images",

0 commit comments

Comments
 (0)