diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a81664f..46e697d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,17 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + actions: + patterns: + - "*" # Maintain dependencies for Python - package-ecosystem: "pip" directory: "/" schedule: interval: "monthly" + groups: + pip: + patterns: + - "*"