diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1eab5a73..ab9353418 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,8 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + groups: + all-dependencies: + patterns: + - "*" \ No newline at end of file