Skip to content

Commit 0c6b5d1

Browse files
authored
Group protobuf deps into one PR (#389)
1 parent 748b87d commit 0c6b5d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json5

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"matchPackagePrefixes": ["ch.qos.logback:"],
2525
"groupName": "logback packages"
2626
},
27+
{
28+
"matchPackagePrefixes": ["com.google.protobuf"],
29+
"groupName": "protobuf packages"
30+
},
2731
{
2832
// intentionally using Spring Boot 2 in some examples
2933
"matchPackageNames": ["org.springframework.boot"],

0 commit comments

Comments
 (0)