diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11..2666803 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + python-updates: + patterns: + - "*" # A wildcard that matches all dependencies in the package + \ No newline at end of file