From ba5eac279b42f9bb33811bba8ce3e47ea443482b Mon Sep 17 00:00:00 2001 From: ssteinbach Date: Mon, 5 Apr 2021 13:22:01 -0700 Subject: [PATCH] only check on mondays --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4725bf29c..cea0ccb80 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,9 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + day: "monday" - package-ecosystem: "gitsubmodule" directory: "/" schedule: - interval: "daily" + day: "monday"