diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d3c98f5c..533579d8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -37,7 +37,8 @@ "composeCompiler = \"(?<currentValue>.*)\"" ], "datasourceTemplate": "maven", - "depNameTemplate": "androidx.compose.compiler:compiler" + "depNameTemplate": "androidx.compose.compiler:compiler", + "registryUrlTemplate": "https://maven.google.com", } ] } |