From d81792d0ef8c60b2b15896f0c1ef36ac8317b6fd Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Thu, 7 Oct 2021 17:17:00 +0530 Subject: [PATCH] changing the schedule interval from "daily" to "weekly" if the Docker dependencies were very outdated, you might want to start with a daily schedule until the dependencies are up-to-date, and then drop back to a weekly schedule --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c2fc36a3e6..c37acaa890 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: daily + interval: weekly time: "01:00" timezone: America/Los_Angeles #labels: @@ -18,7 +18,7 @@ updates: - package-ecosystem: npm directory: "/web3.js" schedule: - interval: daily + interval: weekly time: "01:00" timezone: America/Los_Angeles labels: @@ -30,7 +30,7 @@ updates: - package-ecosystem: npm directory: "/explorer" schedule: - interval: daily + interval: weekly time: "01:00" timezone: America/Los_Angeles labels: