File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,23 @@ updates:
1818 include : " scope"
1919 groups :
2020 otel :
21+ # All the otel modules.
22+ # These basically all move together.
2123 patterns :
22- - " go.opentelemetry.io/otel/ *"
24+ - " go.opentelemetry.io/*"
2325 golang-x :
26+ # All the "stdlib extensions".
27+ # These basically all move together.
2428 patterns :
2529 - " golang.org/x/*"
30+ dev :
31+ # All the modules that are only used in tests and tooling.
32+ patterns :
33+ - " github.com/google/go-cmp"
34+ - " github.com/pganalyze/pg_query_go/v6"
35+ - " github.com/wasilibs/go-pgquery"
36+ - " go.uber.org/mock"
37+ - " google.golang.org/protobuf"
2638 - package-ecosystem : " gomod"
2739 directory : " /toolkit"
2840 schedule :
@@ -33,7 +45,7 @@ updates:
3345 groups :
3446 otel :
3547 patterns :
36- - " go.opentelemetry.io/otel /*"
48+ - " go.opentelemetry.io/*"
3749 golang-x :
3850 patterns :
3951 - " golang.org/x/*"
@@ -47,7 +59,7 @@ updates:
4759 groups :
4860 otel :
4961 patterns :
50- - " go.opentelemetry.io/otel /*"
62+ - " go.opentelemetry.io/*"
5163 golang-x :
5264 patterns :
5365 - " golang.org/x/*"
You can’t perform that action at this time.
0 commit comments