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