diff --git a/.github/renovate.json b/.github/renovate.json index 5d73ebd59..bf31060a0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,6 +6,16 @@ "ignoreUnstable": true, "gitAuthor": "Playground Manager <126197455+playground-manager[bot]@users.noreply.github.com>", "packageRules": [ + { + "matchDatasources": [ + "maven" + ], + "registryUrls": [ + "https://repo.maven.apache.org/maven2/", + "https://dl.google.com/dl/android/maven2/", + "https://plugins.gradle.org/m2/" + ] + }, { "matchPackageNames": [ "actions/checkout"