File tree Expand file tree Collapse file tree 1 file changed +32
-4
lines changed
Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,37 @@ updates:
55 - package-ecosystem : " gomod"
66 directory : " /" # Location of package manifests
77 default_labels :
8- - " 🤖 Dependencies"
8+ - " 🤖 Dependencies"
99 schedule :
10- interval : " daily"
10+ interval : " daily"
1111 automerged_updates :
12- - match :
13- dependency_name : " gofiber/fiber/*"
12+ - match :
13+ dependency_name : " gofiber/fiber/*"
14+ groups :
15+ charmbracelet :
16+ patterns :
17+ - " github.com/charmbracelet/*"
18+ muesli :
19+ patterns :
20+ - " github.com/muesli/*"
21+ spf13 :
22+ patterns :
23+ - " github.com/spf13/*"
24+ golang-x :
25+ patterns :
26+ - " golang.org/x/*"
27+ testing :
28+ patterns :
29+ - " github.com/jarcoal/httpmock"
30+ - " github.com/stretchr/testify"
31+ - " gopkg.in/check.v1"
32+ - package-ecosystem : " github-actions"
33+ directory : " /" # Location of package manifests
34+ default_labels :
35+ - " 🤖 Dependencies"
36+ schedule :
37+ interval : " daily"
38+ groups :
39+ github-actions :
40+ patterns :
41+ - " *"
You can’t perform that action at this time.
0 commit comments