Skip to content

Commit b85d541

Browse files
committed
Update Dependabot config: add labels, dependency groups, and update scope
1 parent 2200546 commit b85d541

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,27 @@ updates:
55
schedule:
66
interval: daily
77
time: "11:00"
8+
allow:
9+
- dependency-type: "all"
10+
open-pull-requests-limit: 10
11+
labels:
12+
- "dependencies"
13+
- "go"
814
groups:
915
ginkgo-gomega:
1016
patterns:
1117
- "github.com/onsi/ginkgo*"
1218
- "github.com/onsi/gomega"
19+
go-minor-patch:
20+
update-types:
21+
- "minor"
22+
- "patch"
1323
- package-ecosystem: "github-actions"
1424
directory: "/"
1525
schedule:
1626
interval: daily
1727
time: "11:00"
1828
open-pull-requests-limit: 10
29+
labels:
30+
- "dependencies"
31+
- "github-actions"

0 commit comments

Comments
 (0)