From 570d849612c6bb0f1bcc51bdcfa34f41f14f6a51 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sat, 31 Dec 2022 02:44:31 +0000 Subject: [PATCH] Switch dependabot to weekly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 60bc3482b..f421daaa2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,11 @@ updates: - package-ecosystem: github-actions directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 - package-ecosystem: pip directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10