diff options
-rw-r--r-- | .github/renovate.json | 11 |
1 files changed, 11 insertions, 0 deletions
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": [ |