diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..6cb5e3aef1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,25 @@ +# Configuration options: +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file + +version: 2 + +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "weekly" + registries: + - maven-google + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + +# This is only a workaround as long as +# https://github.com/dependabot/dependabot-core/pull/7260 +# is not merged +registries: + maven-google: + type: maven-repository + url: "https://dl.google.com/dl/android/maven2/"