From 2760f444b3d89b05ffd0edbaf9e8047d87bbdee6 Mon Sep 17 00:00:00 2001 From: Ash Davies <1892070+ashdavies@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:31:46 +0200 Subject: [PATCH] Provide registry urls --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"