diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9625e01..7cee8ea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,13 @@ updates: directory: "/" schedule: interval: monthly + groups: + gh-actions: + patterns: ["*"] - package-ecosystem: pip directory: "/" schedule: interval: monthly + groups: + pip-dependencies: + patterns: ["*"]