From 8c9af87cbf61e0a3abd27e1c883f97b8cc485979 Mon Sep 17 00:00:00 2001 From: Michael Roy Date: Mon, 30 Sep 2024 14:40:38 -0300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a6a06f..d2bf885 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: 'npm' directory: '/' schedule: - interval: 'daily' + interval: 'weekly' open-pull-requests-limit: 10 labels: - 'dependencies' @@ -14,7 +14,7 @@ updates: - package-ecosystem: 'pip' directory: '/' schedule: - interval: 'daily' + interval: 'weekly' open-pull-requests-limit: 10 labels: - 'dependencies'