Skip to content

Commit 1564a4f

Browse files
authored
Update dependabot configuration to include groups
1 parent f8cfe22 commit 1564a4f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ updates:
66
interval: "weekly"
77
day: monday
88
labels: ["dependencies"]
9-
ignore:
10-
- dependency-name: "*"
11-
update-types: ["version-update:semver-patch"]
9+
groups:
10+
minor:
11+
applies-to: version-updates
12+
update-types:
13+
- "minor"
14+
- "patch"

0 commit comments

Comments
 (0)