We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013a0f7 commit e74c228Copy full SHA for e74c228
.github/dependabot.yml
@@ -9,3 +9,12 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
+ # Group minor and patch updates into a single PR to reduce noise
13
+ # Major version updates will still be created as individual PRs for careful review
14
+ groups:
15
+ minor-and-patch:
16
+ patterns:
17
+ - "*"
18
+ update-types:
19
+ - "minor"
20
+ - "patch"
0 commit comments