diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98efbaa..faad6d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,8 @@ updates: schedule: interval: "weekly" commit-message: - prefix: "fix" \ No newline at end of file + prefix: "fix" + groups: + all-updates: + patterns: + - "*" \ No newline at end of file