Skip to content

Commit 90f519a

Browse files
authored
Prevent renovate from updating snakeyaml-engine to v3 (#15277)
1 parent 5923329 commit 90f519a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,16 @@
159159
'com.github.tomakehurst:wiremock-jre8'
160160
],
161161
},
162+
{
163+
// snakeyaml-engine 3+ requires Java 11+
164+
matchUpdateTypes: [
165+
'major',
166+
],
167+
enabled: false,
168+
matchPackageNames: [
169+
'org.snakeyaml:snakeyaml-engine'
170+
],
171+
},
162172
{
163173
// vaadin 14 tests require node 16
164174
matchPackageNames: [

0 commit comments

Comments
 (0)