Skip to content

Commit a79fbce

Browse files
committed
Allow Netty 4.2 updates for this project
1 parent 50cb121 commit a79fbce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,15 @@
1212
addLabels: [
1313
'edge-team',
1414
],
15+
packageRules: [
16+
{
17+
description: 'This project is already migrated to Netty 4.2 - we have to override the global rule to enable automatic updates',
18+
matchPackageNames: [
19+
'io.netty:*'
20+
],
21+
allowedVersions: '>=4.2',
22+
groupName: 'non-major netty dependencies',
23+
groupSlug: 'non-major-netty'
24+
},
25+
],
1526
}

0 commit comments

Comments
 (0)