diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eeeeddb..e2e2bb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: "/" # Workflow files stored in the default location of `.github/workflows` schedule: interval: "weekly" + groups: + all-dependencies: + patterns: + - "*" # include all actions in a single PR - package-ecosystem: "pip" directory: "/" schedule: