fix(renovate): prevent Anvil from being queried in the snapshots repo

Renovate incorrectly picks up the 2.4.4-1-8-0-SNAPSHOT version
This commit is contained in:
Harsh Shandilya 2023-01-11 18:04:51 +05:30
parent 7b13d40797
commit 918f28feab
No known key found for this signature in database

11
.github/renovate.json vendored
View file

@ -37,6 +37,17 @@
"registryUrls": [
"https://androidx.dev/storage/compose-compiler/repository/"
]
},
{
"matchDatasources": [
"maven"
],
"matchPackageNames": [
"com.squareup.anvil"
],
"registryUrls": [
"https://repo.maven.apache.org/maven2/"
]
}
],
"regexManagers": [