diff options
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 533579d8..62c5ee4c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,6 +6,16 @@ ], "packageRules": [ { + matchDatasources: [ + "maven" + ], + registryUrls: [ + "https://maven.google.com/", + "https://repo1.maven.org/maven2", + "https://plugins.gradle.org/m2/", + ], + }, + { "matchPackagePatterns": [ "^kotlin", "^org.jetbrains.kotlin", |