Skip to content

Commit cfe96b2

Browse files
authored
Disabling ImageSharp v4 updates (#19320)
1 parent 3d919c4 commit cfe96b2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@
112112
],
113113
enabled: false,
114114
},
115+
// Not updating to ImageSharp v4 yet, see https://github.com/orgs/OrchardCMS/discussions/19306.
116+
{
117+
matchPackageNames: [
118+
'/^SixLabors\\.ImageSharp.*$/',
119+
],
120+
matchUpdateTypes: ['major'],
121+
enabled: false,
122+
},
115123

116124
// Groups of packages that we want to update together.
117125
{

0 commit comments

Comments
 (0)