diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d3c98f5c0..533579d84 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -37,7 +37,8 @@ "composeCompiler = \"(?.*)\"" ], "datasourceTemplate": "maven", - "depNameTemplate": "androidx.compose.compiler:compiler" + "depNameTemplate": "androidx.compose.compiler:compiler", + "registryUrlTemplate": "https://maven.google.com", } ] }