diff --git a/.github/renovate.json b/.github/renovate.json index 50b0156f6..0a868aaa0 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": [