Skip to content

Commit 9ca852f

Browse files
authored
Merge pull request #778 from ascopes/task/limit-dependabot-prs
Group dependabot PRs to a single PR
2 parents 9c42078 + 95fd56e commit 9ca852f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ updates:
4545
- dependency-name: 'org.apache.maven.plugin-tools:maven-plugin-annotations'
4646
versions:
4747
- '>=4.0.0'
48+
groups:
49+
# Group all changes to a single PR.
50+
dependencies: {}

0 commit comments

Comments
 (0)