Configure Renovate to batch Compose updates (#1887)

This commit is contained in:
Harsh Shandilya 2022-05-01 19:59:17 +05:30 committed by GitHub
parent ce29d22ee7
commit e025b120ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,11 @@
"extends": [
"config:base",
":dependencyDashboard"
],
"packageRules": [
{
"matchPackagePatterns": ["^androidx.compose"],
"groupName": "jetpack-compose"
}
]
}