From 53054087ad2a8e009cac91e99d39fb7cfb45b2de Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Tue, 10 Feb 2026 14:08:59 +0100 Subject: [PATCH] Turn off rpm-lockfile-prototype post-upgrade task --- .github/renovate.json5 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index deb70f4c..ffbc139d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -60,12 +60,6 @@ // to have less PR noise. "**/*konflux*.Containerfile", ], - "postUpgradeTasks": { - "commands": [ - // Refresh the rpm lockfile after updating image references in the dockerfile. - "rpm-lockfile-prototype rpms.in.yaml", - ], - }, }, "enabledManagers": [ // Restrict Renovate focus on Konflux things since we rely on GitHub's dependabot for everything else.