Skip to content

Commit 00a4cf1

Browse files
alan-agius4josephperrott
authored andcommitted
ci: disable updating of @google-cloud/spanner (#3002)
This dependency had a missing dependency for sometime, which now has been addressed however it's transtive dependency `@opentelemetry/api` now has missing depedencies. PR Close #3002
1 parent 80db036 commit 00a4cf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

renovate.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
4-
54
"postUpgradeTasks": {
65
"commands": [
76
"pnpm install --frozen-lockfile",
@@ -10,7 +9,7 @@
109
],
1110
"executionMode": "branch"
1211
},
13-
12+
"ignoreDeps": ["@google-cloud/spanner"],
1413
"ignorePaths": ["bazel/integration/tests/**"],
1514
"packageRules": [
1615
{

0 commit comments

Comments
 (0)