Skip to content

Commit dd8c4b8

Browse files
Add grouping
1 parent a0aff05 commit dd8c4b8

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,17 @@ updates:
44
- package-ecosystem: "npm"
55
directory: "/"
66
schedule:
7-
interval: "weekly"
7+
interval: "daily"
88
target-branch: "main"
9+
pull-request-branch-name:
10+
separator: "-"
11+
groups:
12+
minor-patch-updates:
13+
applies-to: version-updates
14+
auto-merge: true
15+
update-types:
16+
- "minor"
17+
- "patch"
18+
# You can add a prefix to the branch name for this group
19+
pull-request-branch-name:
20+
prefix: "dependabot-minor-patch"

0 commit comments

Comments
 (0)