Skip to content

Commit 6151ea4

Browse files
Configure Dependabot to group minor and patch updates (#21)
1 parent 49739f6 commit 6151ea4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ updates:
88
- package-ecosystem: "gomod"
99
directory: "/"
1010
schedule:
11-
interval: "weekly"
11+
interval: "weekly"
12+
groups:
13+
dependencies:
14+
applies-to: version-updates
15+
update-types:
16+
- "minor"
17+
- "patch"

0 commit comments

Comments
 (0)