We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cb121 commit a79fbceCopy full SHA for a79fbce
renovate.json5
@@ -12,4 +12,15 @@
12
addLabels: [
13
'edge-team',
14
],
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
26
}
0 commit comments