From 2733180d1ac5930cfd75d06409d13ba2c21dc4b0 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Tue, 23 Apr 2024 10:12:33 +0100 Subject: [PATCH] chore: setup dependabot for pip (#230) --- .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