diff --git a/.github/renovate.json b/.github/renovate.json index bddb1bf1..168b79a9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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": [