From d12a1545bbdcf78944242413c809566912351312 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 4 Feb 2023 18:09:56 +0530 Subject: fix(renovate): set maven URLs --- .github/renovate.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 533579d8..62c5ee4c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,6 +5,16 @@ "helpers:pinGitHubActionDigests", ], "packageRules": [ + { + matchDatasources: [ + "maven" + ], + registryUrls: [ + "https://maven.google.com/", + "https://repo1.maven.org/maven2", + "https://plugins.gradle.org/m2/", + ], + }, { "matchPackagePatterns": [ "^kotlin", -- cgit v1.2.3