mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
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:
parent
7b13d40797
commit
918f28feab
1 changed files with 11 additions and 0 deletions
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
|
@ -37,6 +37,17 @@
|
||||||
"registryUrls": [
|
"registryUrls": [
|
||||||
"https://androidx.dev/storage/compose-compiler/repository/"
|
"https://androidx.dev/storage/compose-compiler/repository/"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDatasources": [
|
||||||
|
"maven"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"com.squareup.anvil"
|
||||||
|
],
|
||||||
|
"registryUrls": [
|
||||||
|
"https://repo.maven.apache.org/maven2/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue