Skip to content

Commit 1f8fee5

Browse files
authored
Prevent renovate from updating to groovy 5+ (#15283)
1 parent 761f7a1 commit 1f8fee5

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
@@ -169,6 +169,16 @@
169169
'org.snakeyaml:snakeyaml-engine'
170170
],
171171
},
172+
{
173+
// groovy 5+ requires Java 11+
174+
matchUpdateTypes: [
175+
'major',
176+
],
177+
enabled: false,
178+
matchPackageNames: [
179+
'org.apache.groovy:**'
180+
],
181+
},
172182
{
173183
// vaadin 14 tests require node 16
174184
matchPackageNames: [

0 commit comments

Comments
 (0)