Skip to content

Commit f6009c7

Browse files
authored
SONARPY-2395 Split the protobuf dependency from the rest to avoid breaking the build of "update all dependencies" (#2200)
1 parent 5ee8866 commit f6009c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"groupName": "sonarqube",
2121
"groupSlug": "sq"
2222
},
23+
{
24+
"matchPackageNames": ["com.google.protobuf:protobuf-java", "com.google.protobuf:protoc"],
25+
"groupName": "protobuf",
26+
"groupSlug": "protobuf"
27+
},
2328
{
2429
"matchPackageNames": ["org.sonarsource.parent:parent"],
2530
"groupName": "parent",

0 commit comments

Comments
 (0)