Skip to content

Commit bf628f4

Browse files
authored
Group otel dependencies in a single dependabot PR (#935)
<!-- Provide a brief summary of your changes --> ## Motivation and Context <!-- Why is this change needed? What problem does it solve? --> The following PR groups all otel deps in a single dependabot PR as usually they are spread across 4-5 separate ones whenever there's a new version. ## How Has This Been Tested? <!-- Have you tested this in a real application? Which scenarios were tested? --> ## Breaking Changes <!-- Will users need to update their code or configurations? --> ## Types of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. --> - [ ] I have read the [MCP Documentation](https://modelcontextprotocol.io) - [ ] My code follows the repository's style guidelines - [ ] New and existing tests pass locally - [ ] I have added appropriate error handling - [ ] I have added or updated documentation as needed ## Additional context <!-- Add any other context, implementation notes, or design decisions --> Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent 3b0341d commit bf628f4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@ version: 2
22
updates:
33
- package-ecosystem: gomod
44
directory: /
5+
groups:
6+
opentelemetry:
7+
patterns:
8+
- "go.opentelemetry.io/*"
59
schedule:
610
interval: daily
711
- package-ecosystem: gomod
812
directory: /deploy
13+
groups:
14+
opentelemetry:
15+
patterns:
16+
- "go.opentelemetry.io/*"
917
schedule:
1018
interval: daily
1119
- package-ecosystem: github-actions

0 commit comments

Comments
 (0)