From b950dc16388d2d07c1ae602195c3b9cbfe586af3 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Fri, 18 Nov 2022 09:38:30 -0800 Subject: [PATCH] enable dependabot for pip to monthly auto-update requirements{,-optional}.txt --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca79ca5b4d5..fc4c82dbed4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,9 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly + + - package-ecosystem: pip + directory: / + schedule: + interval: monthly