Skip to content

Commit 39c4c1d

Browse files
committed
Add Dependabot groups
1 parent 6a90988 commit 39c4c1d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,23 @@ updates:
55
schedule:
66
interval: weekly
77
open-pull-requests-limit: 10
8+
groups:
9+
github-actions-minor-patch:
10+
update-types:
11+
- minor
12+
- patch
813

914
- package-ecosystem: gomod
1015
directory: "/"
1116
schedule:
1217
interval: weekly
1318
open-pull-requests-limit: 10
19+
cooldown:
20+
default-days: 14
21+
groups:
22+
golang-x:
23+
patterns:
24+
- "golang.org/x/*"
25+
nbio:
26+
patterns:
27+
- "github.com/nbio/*"

0 commit comments

Comments
 (0)