There was an error while loading. Please reload this page.
1 parent 2200546 commit b85d541Copy full SHA for b85d541
1 file changed
.github/dependabot.yml
@@ -5,14 +5,27 @@ updates:
5
schedule:
6
interval: daily
7
time: "11:00"
8
+ allow:
9
+ - dependency-type: "all"
10
+ open-pull-requests-limit: 10
11
+ labels:
12
+ - "dependencies"
13
+ - "go"
14
groups:
15
ginkgo-gomega:
16
patterns:
17
- "github.com/onsi/ginkgo*"
18
- "github.com/onsi/gomega"
19
+ go-minor-patch:
20
+ update-types:
21
+ - "minor"
22
+ - "patch"
23
- package-ecosystem: "github-actions"
24
directory: "/"
25
26
27
28
open-pull-requests-limit: 10
29
30
31
+ - "github-actions"
0 commit comments