diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 645259a..f5771fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: - dependency-type: indirect commit-message: prefix: "Deps" + groups: + python-packages: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" @@ -18,3 +22,7 @@ updates: interval: "weekly" commit-message: prefix: "Deps" + groups: + github-actions: + patterns: + - "*"