Skip to content

Commit 0f507ed

Browse files
0utplayderklaro
authored andcommitted
[ci skip] chore: update patch group name and disable netty updates (CloudNetService#1191)
### Motivation Renovate tries to update netty to a `Final-SNAPSHOT` version instead of staying on the `Alpha` cycle. ### Modification Disabled netty updates completly. ### Result No netty updates from renovate.
1 parent 3a91f91 commit 0f507ed

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/renovate.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"excludePackageNames": [
2828
"gradle"
2929
],
30-
"groupName": "patch dependency updates"
30+
"groupName": "all dependencies with patch changes"
3131
},
3232
{
3333
"description": "Correct Guava version handling",
@@ -46,6 +46,13 @@
4646
],
4747
"enabled": false
4848
},
49+
{
50+
"description": "Disabled until netty5 stable release",
51+
"matchPackagePrefixes": [
52+
"io.netty:"
53+
],
54+
"enabled": false
55+
},
4956
{
5057
"description": "Breaks old databases so we don't need updates",
5158
"matchPackagePrefixes": [

0 commit comments

Comments
 (0)