Skip to content

Commit 3a1154a

Browse files
Upgrade OTel only in main; fixes gh-948
1 parent b925999 commit 3a1154a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ updates:
1313
target-branch: "1.1.x"
1414
milestone: 14
1515
ignore:
16+
# Block all OpenTelemetry instrumentation updates
17+
- dependency-name: "io.opentelemetry.instrumentation:*"
18+
update-types:
19+
- version-update:semver-major
20+
- version-update:semver-minor
21+
- version-update:semver-patch
1622
# only upgrade patch versions
1723
- dependency-name: "*"
1824
update-types:
@@ -26,6 +32,12 @@ updates:
2632
target-branch: "1.2.x"
2733
milestone: 47
2834
ignore:
35+
# Block all OpenTelemetry instrumentation updates
36+
- dependency-name: "io.opentelemetry.instrumentation:*"
37+
update-types:
38+
- version-update:semver-major
39+
- version-update:semver-minor
40+
- version-update:semver-patch
2941
# only upgrade patch versions
3042
- dependency-name: "*"
3143
update-types:

0 commit comments

Comments
 (0)