Skip to content

Commit 358bf32

Browse files
authored
fix: Update cloud trace deps and updates renovate (GoogleCloudPlatform#1063)
1 parent 56661a8 commit 358bf32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": [
33
"config:base",
4-
":preserveSemverRanges"
4+
":preserveSemverRanges",
5+
":rebaseStalePrs"
56
]
67
}

trace/composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"require": {
3-
"opencensus/opencensus": "^0.2.1",
4-
"google/cloud-trace": "^1.0.0"
3+
"opencensus/opencensus-exporter-stackdriver": "^0.1.0"
54
}
65
}

0 commit comments

Comments
 (0)