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. {