From 918f28feabff95124ff2fdec28613bcafc36388b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 11 Jan 2023 18:04:51 +0530 Subject: [PATCH] fix(renovate): prevent Anvil from being queried in the snapshots repo Renovate incorrectly picks up the 2.4.4-1-8-0-SNAPSHOT version --- .github/renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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": [