Skip to content

Commit

Permalink
Upgrade OTel only in main; fixes gh-948
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jan 22, 2025
1 parent b925999 commit 3a1154a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ updates:
target-branch: "1.1.x"
milestone: 14
ignore:
# Block all OpenTelemetry instrumentation updates
- dependency-name: "io.opentelemetry.instrumentation:*"
update-types:
- version-update:semver-major
- version-update:semver-minor
- version-update:semver-patch
# only upgrade patch versions
- dependency-name: "*"
update-types:
Expand All @@ -26,6 +32,12 @@ updates:
target-branch: "1.2.x"
milestone: 47
ignore:
# Block all OpenTelemetry instrumentation updates
- dependency-name: "io.opentelemetry.instrumentation:*"
update-types:
- version-update:semver-major
- version-update:semver-minor
- version-update:semver-patch
# only upgrade patch versions
- dependency-name: "*"
update-types:
Expand Down

0 comments on commit 3a1154a

Please sign in to comment.