Skip to content

Commit cf515db

Browse files
authored
Limit Renovate snakeyaml updates to 2.x (#7855)
1 parent 0f49bae commit cf515db

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
@@ -65,6 +65,16 @@
6565
'org.mockito:**',
6666
],
6767
},
68+
{
69+
// snakeyaml-engine 3+ requires Java 11+
70+
matchUpdateTypes: [
71+
'major',
72+
],
73+
enabled: false,
74+
matchPackageNames: [
75+
'org.snakeyaml:snakeyaml-engine'
76+
],
77+
},
6878
{
6979
// jqf-fuzz version 1.8+ requires Java 11+
7080
matchPackageNames: [

0 commit comments

Comments
 (0)