diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-13 02:17:01 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-13 02:17:15 +0530 |
commit | 86dff42d56b728ba1cfa62e3d0cb01999046604a (patch) | |
tree | 9fc5de54af4112a43b72b03a980e57e5025bd34b /.github | |
parent | a5f44ef94d22395da36252f147127480b307fccb (diff) |
feat(renovate): manually add the Google Maven repository for Compose Compiler
Diffstat (limited to '.github')
-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": [ |