Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,13 @@ updates:
radixui:
patterns:
- "@radix-ui/*"
# The OpenTelemetry JS packages are released from a shared monorepo and
# move in lockstep, so ungrouped they arrive as a burst of near-identical
# PRs for one upstream release — e.g. 0.219.0 -> 0.220.0 took three
# (#601, #605, #606). Group them into a single PR per release wave.
# The three version lines (0.x exporters/sdk-node, 2.x sdk/resources,
# 1.x api/semantic-conventions) are independent, so a wave that only
# moves one line simply produces a smaller grouped PR.
opentelemetry:
patterns:
- "@opentelemetry/*"
Loading