We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d919c4 commit cfe96b2Copy full SHA for cfe96b2
1 file changed
renovate.json5
@@ -112,6 +112,14 @@
112
],
113
enabled: false,
114
},
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
+ },
123
124
// Groups of packages that we want to update together.
125
{
0 commit comments