mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Configure Dependabot to group updates
Add grouping for Dependabot updates to combine into a single PR.
This commit is contained in:
committed by
GitHub
parent
aa150a1847
commit
922fc3c504
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@@ -9,3 +9,8 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
# Combine updates into single PR
|
||||
groups:
|
||||
everything:
|
||||
patterns:
|
||||
- "*" # Everything
|
||||
|
||||
Reference in New Issue
Block a user