Skip to content

Commit

Permalink
Reduce dependabot pattern to 50 chars
Browse files Browse the repository at this point in the history
a workaround for a silly error

> The property '#/updates/0/groups/otel-collector/patterns/1' was not of a maximum string length of 50

Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Jul 4, 2023
1 parent ba6320f commit 3a67259
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 @@ -13,7 +13,7 @@ updates:
otel-collector:
patterns:
- "go.opentelemetry.io/collector*"
- "github.com/open-telemetry/opentelemetry-collector-contrib/*"
- "github.com/open-telemetry/o*-collector-contrib/*"
go-openapi:
patterns:
- "github.com/go-openapi/*"
Expand Down

0 comments on commit 3a67259

Please sign in to comment.