|
24 | 24 | ],
|
25 | 25 | "matchUpdateTypes": ["major", "patch"],
|
26 | 26 | "enabled": false
|
| 27 | + }, |
| 28 | + { |
| 29 | + "matchManagers": ["github-actions"], |
| 30 | + "groupName": "github-actions deps" |
| 31 | + }, |
| 32 | + { |
| 33 | + "matchManagers": ["gomod"], |
| 34 | + "matchSourceUrlPrefixes": [ |
| 35 | + "go.opentelemetry.io/otel", |
| 36 | + "github.com/open-telemetry/opentelemetry-go-contrib" |
| 37 | + ], |
| 38 | + "groupName": "All OTEL SDK + contrib packages" |
| 39 | + }, |
| 40 | + { |
| 41 | + "matchManagers": ["gomod"], |
| 42 | + "matchPackagePrefixes": ["go.opentelemetry.io/collector"], |
| 43 | + "groupName": "All OTEL Collector packages" |
| 44 | + }, |
| 45 | + { |
| 46 | + "matchManagers": ["gomod"], |
| 47 | + "matchPackagePrefixes": [ |
| 48 | + "github.com/open-telemetry/opentelemetry-collector-contrib" |
| 49 | + ], |
| 50 | + "groupName": "All OTEL Collector contrib packages" |
| 51 | + }, |
| 52 | + { |
| 53 | + "matchManagers": ["gomod"], |
| 54 | + "matchSourceUrlPrefixes": ["google.golang.org"], |
| 55 | + "groupName": "All google.golang.org packages" |
| 56 | + }, |
| 57 | + { |
| 58 | + "matchManagers": ["gomod"], |
| 59 | + "matchPackagePrefixes": ["golang.org/x"], |
| 60 | + "groupName": "All golang.org/x packages" |
27 | 61 | }
|
28 | 62 | ]
|
29 | 63 | }
|
0 commit comments