From f915d4cc909ab768cf79840a4e4dccc6f3d93128 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Tue, 11 Nov 2025 15:51:21 +0100 Subject: [PATCH] fix: disable ruby updates (#23794) Until https://github.com/fastlane/fastlane/issues/29183 is fixed --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 3a889f4789..fbbc8976bd 100644 --- a/renovate.json +++ b/renovate.json @@ -26,6 +26,12 @@ "matchPackageNames": ["ghcr.io/immich-app/postgres"], "matchUpdateTypes": ["major"], "enabled": false + }, + { + "matchPackageNames": ["ruby"], + "groupName": "ruby", + "matchCurrentVersion": "< 3.4", + "enabled": false } ], "ignorePaths": [