File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ updates:
13
13
target-branch : " 1.1.x"
14
14
milestone : 14
15
15
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
16
22
# only upgrade patch versions
17
23
- dependency-name : " *"
18
24
update-types :
@@ -26,6 +32,12 @@ updates:
26
32
target-branch : " 1.2.x"
27
33
milestone : 47
28
34
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
29
41
# only upgrade patch versions
30
42
- dependency-name : " *"
31
43
update-types :
You can’t perform that action at this time.
0 commit comments