From 015437429be224732990041164a21a0501235db1 Mon Sep 17 00:00:00 2001 From: Brad Rogers Date: Wed, 8 Dec 2021 09:22:59 -0800 Subject: [PATCH] [Dependabot] Reduce frequency to monthly to reduce noise (#400) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15f7908a..2f26c381 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,9 @@ updates: - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "monthly"