From b78dadc1707ff1440cf364dd2e5e449fb6af4fd4 Mon Sep 17 00:00:00 2001 From: tzugen Date: Wed, 12 May 2021 10:07:43 +0200 Subject: [PATCH] Run dependabot only weekly! --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 14fc3a40..eb12cbda 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "gradle" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly"