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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user