From 85e5c949b0146489a9e265e9fe51b4045d0dcf9c Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Mon, 11 Mar 2024 11:43:17 +0800 Subject: [PATCH] chore: setup dependabot for pip --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4bd67e4c..58d68276 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,11 @@ updates: - "*" # Group all Actions updates into a single larger pull request schedule: interval: weekly + - package-ecosystem: "pip" + directory: "/" + groups: + pip: + patterns: + - "*" # Group all pip updates into a single larger pull request + schedule: + interval: weekly