Skip to content

Commit f2b0f35

Browse files
authored
Update renovate.json
1 parent c9b5611 commit f2b0f35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33
"extends": [
44
"config:base"
55
],
6+
"configMigration": true,
67
"packageRules": [
78
{
89
"matchPackagePrefixes": ["publishing:maven"],
910
"enabled": false
11+
},
12+
{
13+
"groupName": "Retrofit monorepo",
14+
"description": "Group together all dependencies of Retrofit.",
15+
"matchPackagePrefixes": [
16+
"com.squareup.retrofit2:"
17+
]
1018
}
1119
]
1220
}

0 commit comments

Comments
 (0)