From bb69cac6a43305c882b5e6c40d7e3d0077ecfd3d Mon Sep 17 00:00:00 2001 From: LoveSy Date: Tue, 9 May 2023 17:44:55 +0800 Subject: [PATCH] [skip ci] Update dependabot.yml (#2523) https://github.com/dependabot/dependabot-core/issues/6888#issuecomment-1539501116 --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fae95472..611a52db 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,14 @@ updates: time: "21:00" open-pull-requests-limit: 10 target-branch: master + registries: + - maven-google + - gralde-plugin + +registries: + maven-google: + type: maven-repository + url: "https://dl.google.com/dl/android/maven2/" + gralde-plugin: + type: maven-repository + url: "https://plugins.gradle.org/m2/"