mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 01:27:18 +02:00
feat(renovate): manually add the Google Maven repository for Compose Compiler
This commit is contained in:
parent
a5f44ef94d
commit
86dff42d56
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
|
@ -21,6 +21,17 @@
|
||||||
"^androidx.appcompat"
|
"^androidx.appcompat"
|
||||||
],
|
],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDatasources": [
|
||||||
|
"maven"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"androidx.compose.compiler:compiler"
|
||||||
|
],
|
||||||
|
"registryUrls": [
|
||||||
|
"https://maven.google.com/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
|
|
Loading…
Reference in a new issue