Skip to content

Commit 7b94f75

Browse files
committed
Disable node update
1 parent e43b3d5 commit 7b94f75

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+
// vaadin 14 tests require node 16
164+
matchPackageNames: [
165+
'node',
166+
],
167+
matchUpdateTypes: [
168+
'major',
169+
],
170+
enabled: false,
171+
},
162172
{
163173
// intentionally using Spring Boot 2 in this smoke tests
164174
// new versions of Spring Boot 3 are tested with

0 commit comments

Comments
 (0)