Skip to content

Commit

Permalink
chore(deps): prevent otel upgrades for now (#3069)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Evans <[email protected]>
  • Loading branch information
dnwe authored Jan 8, 2025
1 parent a6a32ea commit ff2977d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ updates:
golang-x:
patterns:
- "golang.org/x/*"
ignore:
- dependency-name: "go.opentelemetry.io/*"
# ignore versions of otel that are equal to or greater than 1.30.0 as they require go1.22
versions: [">=1.30.0"]

0 comments on commit ff2977d

Please sign in to comment.