Skip to content

Commit e74c228

Browse files
authored
Update Dependabot configuration for npm
Configure Dependabot to group minor and patch updates.
1 parent 013a0f7 commit e74c228

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
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

Comments
 (0)