Skip to content

Commit

Permalink
Fix invalid renovate json config (#6217)
Browse files Browse the repository at this point in the history
Closes #5692.

To be fair, renovate could let us know in the PR 😞
  • Loading branch information
dmathieu authored Oct 8, 2024
1 parent 356d921 commit 9a17e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"matchPackageNames": ["golang.org/x/**"],
"groupName": "golang.org/x"
}
},
{
"matchPackageNames": ["go.opentelemetry.io/otel/**"],
"allowedVersions": "/^v[0-9]+\\.[0-9]+\\.[0-9]+/"
Expand Down

0 comments on commit 9a17e18

Please sign in to comment.