diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0ba45bc8..e90d44cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,25 @@ updates: directory: / schedule: interval: weekly + groups: + dependencies: + patterns: + - "*" - package-ecosystem: npm directory: / schedule: interval: weekly + groups: + dependencies: + patterns: + - "*" - package-ecosystem: gradle directory: gradle schedule: - interval: weekly \ No newline at end of file + interval: weekly + groups: + dependencies: + patterns: + - "*"