feat(renovate): manually add the Google Maven repository for Compose Compiler

This commit is contained in:
Harsh Shandilya 2022-11-13 02:17:01 +05:30
parent a5f44ef94d
commit 86dff42d56
No known key found for this signature in database

11
.github/renovate.json vendored
View file

@ -21,6 +21,17 @@
"^androidx.appcompat"
],
"enabled": false
},
{
"matchDatasources": [
"maven"
],
"matchPackageNames": [
"androidx.compose.compiler:compiler"
],
"registryUrls": [
"https://maven.google.com/"
]
}
],
"regexManagers": [