From 86dff42d56b728ba1cfa62e3d0cb01999046604a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 13 Nov 2022 02:17:01 +0530 Subject: feat(renovate): manually add the Google Maven repository for Compose Compiler --- .github/renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.github') diff --git a/.github/renovate.json b/.github/renovate.json index 50b0156f..0a868aaa 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,6 +21,17 @@ "^androidx.appcompat" ], "enabled": false + }, + { + "matchDatasources": [ + "maven" + ], + "matchPackageNames": [ + "androidx.compose.compiler:compiler" + ], + "registryUrls": [ + "https://maven.google.com/" + ] } ], "regexManagers": [ -- cgit v1.2.3