diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 99000852..0e02d900 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,15 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + groups: + dependencies: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + ci: + patterns: + - "*"