feat(renovate): manually add the Google Maven repository for Compose Compiler
This commit is contained in:
parent
a5f44ef94d
commit
86dff42d56
1 changed files with 11 additions and 0 deletions
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
|
@ -21,6 +21,17 @@
|
|||
"^androidx.appcompat"
|
||||
],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"maven"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"androidx.compose.compiler:compiler"
|
||||
],
|
||||
"registryUrls": [
|
||||
"https://maven.google.com/"
|
||||
]
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
|
|
Loading…
Reference in a new issue