Skip to content

Commit

Permalink
chore(deps): fix dependabot otel grouping (#2795)
Browse files Browse the repository at this point in the history
Fixes dependabot regex to not use`^`, since it seems to not support
anything but `*` wildcard
  • Loading branch information
walldiss committed Oct 2, 2023
1 parent bb9658a commit 20c7476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ updates:
groups:
otel:
patterns:
- "^go.opentelemetry.io/otel*"
- "go.opentelemetry.io/otel*"
- package-ecosystem: docker
directory: "/"
schedule:
Expand Down

0 comments on commit 20c7476

Please sign in to comment.