diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6d720710b..5c32be439 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,16 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + actions-dependencies: + patterns: + - "*" # Include all actions - package-ecosystem: "pip" directory: "/tests/data/requirements.txt" schedule: interval: "monthly" + groups: + pip-dependencies: + patterns: + - "*" # Include all dependencies