mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
feat(renovate): manually add the Google Maven repository for Compose Compiler
This commit is contained in:
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": [
|
||||||
|
Reference in New Issue
Block a user