Skip to content

Commit 122a2cf

Browse files
authored
Merge pull request #116 from github/edburns/dd-2969317-introduce-groups
On branch edburns/dd-2969317-introduce-groups
2 parents bd8c969 + e230117 commit 122a2cf

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@ updates:
1818
# Dependabot's find-and-replace breaks lockfile metadata headers.
1919
- dependency-name: "actions/github-script"
2020
- dependency-name: "github/gh-aw-actions"
21+
groups:
22+
github-actions:
23+
patterns:
24+
- "*"
2125

2226
- package-ecosystem: "maven"
2327
directory: "/"
2428
schedule:
2529
interval: "weekly"
26-
open-pull-requests-limit: 5
30+
groups:
31+
maven-deps:
32+
patterns:
33+
- "*"

0 commit comments

Comments
 (0)