diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 21c7f5cf9..48a36ddb3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,9 +18,16 @@ updates: # Dependabot's find-and-replace breaks lockfile metadata headers. - dependency-name: "actions/github-script" - dependency-name: "github/gh-aw-actions" + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "maven" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 5 + groups: + maven-deps: + patterns: + - "*"