From bbee56edffc21d6b3c9f2625118625fd1d8bf87e Mon Sep 17 00:00:00 2001 From: Natasha <67543397+NovemberTang@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:06:42 +0100 Subject: [PATCH] add pip, change schedule (#30) --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed05624..3e56fb9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,12 @@ updates: - package-ecosystem: 'npm' directory: '/' schedule: - interval: 'weekly' + interval: 'monthly' - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'weekly' + interval: 'monthly' + - package-ecosystem: 'pip' + directory: '/' + schedule: + interval: 'monthly'