Skip to content

Commit e881c91

Browse files
committed
Update dependabot config
1 parent 79cf2bd commit e881c91

1 file changed

Lines changed: 13 additions & 21 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
11
version: 2
22
updates:
3-
# broker module
3+
# Go workspace modules
44
- package-ecosystem: gomod
5-
directory: "/broker"
6-
schedule:
7-
interval: daily
8-
open-pull-requests-limit: 10
9-
commit-message:
10-
prefix: "chore"
11-
include: "scope"
12-
labels:
13-
- "deps"
14-
groups:
15-
go-minor-patch:
16-
patterns:
17-
- "*"
18-
update-types:
19-
- "minor"
20-
- "patch"
21-
22-
# illmock module
23-
- package-ecosystem: gomod
24-
directory: "/illmock"
5+
directories:
6+
- "/broker"
7+
- "/directory"
8+
- "/httpclient"
9+
- "/illmock"
10+
- "/iso18626"
11+
- "/marcxml"
12+
- "/ncip"
13+
- "/sru"
14+
- "/testutil"
15+
- "/zoom"
2516
schedule:
2617
interval: daily
2718
open-pull-requests-limit: 10
@@ -32,6 +23,7 @@ updates:
3223
- "deps"
3324
groups:
3425
go-minor-patch:
26+
group-by: dependency-name
3527
patterns:
3628
- "*"
3729
update-types:

0 commit comments

Comments
 (0)