There was an error while loading. Please reload this page.
1 parent 2fa7191 commit 8e7f875Copy full SHA for 8e7f875
1 file changed
.github/renovate.json5
@@ -491,13 +491,14 @@
491
"versioning": "regex:^((?<compatibility>[a-z0-9-.]+)|((?<major>\\d+)\\.(?<minor>\\d+)))\\-(?<patch>\\d+)\\.(?<build>\\d+)(@(?<currentDigest>sha256:[a-f0-9]+))?$"
492
},
493
{
494
- // Only allow exactly rhel8.6-20250812.093650 for both complexity-test and kind
+ // Disable updates for rhel8.6 for both complexity-test and kind
495
// since new versions are making the tests to fail.
496
+ "enabled": false,
497
"matchPackageNames": [
498
"quay.io/lvh-images/complexity-test",
499
"quay.io/lvh-images/kind"
500
],
- "allowedVersions": "/^rhel8\\.6-20250812\\.093650$/",
501
+ "matchCurrentVersion": "/^rhel8\\.6-.*$/"
502
503
504
"groupName": "stable lvh-images",
0 commit comments