diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7e48cb..73c4914 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,16 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + gh-actions-deps: + patterns: + - "*" - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" + groups: + python-deps: + patterns: + - "*"