From e90c2f5a7d7de1f1158c0cec061883b94055a568 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 13 Nov 2022 01:15:30 +0530 Subject: [PATCH] feat(renovate): configure repositories for Compose Compiler --- .github/renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 975d034f..660af7c1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,6 +22,13 @@ "^com.squareup.okhttp3" ], "enabled": false + }, + { + "matchDatasources": ["maven"], + "matchPackageNames": ["androidx.compose.compiler:compiler"], + "registryUrls": [ + "https://maven.google.com/" + ] } ], "regexManagers": [