From 9e85bfa3edd0e4c554d95180bc4713345e5ddcbd Mon Sep 17 00:00:00 2001 From: Zoltan Lehoczky Date: Tue, 2 Jun 2026 00:43:15 +0200 Subject: [PATCH] Disabling ImageSharp v4 updates --- renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 16de00c84ae..82bba29c8bc 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -112,6 +112,14 @@ ], enabled: false, }, + // Not updating to ImageSharp v4 yet, see https://github.com/orgs/OrchardCMS/discussions/19306. + { + matchPackageNames: [ + '/^SixLabors\\.ImageSharp.*$/', + ], + matchUpdateTypes: ['major'], + enabled: false, + }, // Groups of packages that we want to update together. {