From 53c4ae3e36cbb4045e8fdbba5ed1e30bcf16d24e Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Thu, 19 Feb 2026 16:19:55 +0100 Subject: [PATCH] .tekton: disable updates of iot images for F44+ Currently, iot images building process is failing because of [1]. However, the MR is blocked because we can't specifically remove the packages only for F44+ releases [2]. In the meantime, to unblock the pipeline, we ask Renovate to ignore iot for now. [1] https://gitlab.com/fedora/bootc/base-images/-/merge_requests/378 [2] https://gitlab.com/fedora/bootc/base-images/-/issues/74 --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index 8db14b9..e58eb59 100644 --- a/renovate.json +++ b/renovate.json @@ -63,6 +63,15 @@ } ], "packageRules": [ + { + "description": [ + "Disable REPOS_IMAGE updates for 44-iot and rawhide-iot tekton files", + "until we fix https://gitlab.com/fedora/bootc/base-images/-/issues/74" + ], + "matchManagers": ["custom.regex"], + "matchFileNames": [".tekton/*-44-iot-*", ".tekton/*-rawhide-iot-*"], + "enabled": false + }, { "matchManagers": ["tekton"], "matchPackageNames": ["/quay.io/bootc-devel/tekton-catalog/"],