Skip to content

Commit 11aa47d

Browse files
authored
Merge pull request #755 from camunda/deps/pin-orchestration-cluster-api-8x
deps: pin @camunda8/orchestration-cluster-api to 8.x range
2 parents b2ec091 + 08c7f48 commit 11aa47d

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ updates:
99
npm-dependencies:
1010
patterns:
1111
- "*"
12+
ignore:
13+
# Pin @camunda8/orchestration-cluster-api to the 8.x release range.
14+
# The 9.x line will target Camunda 9 and is not API-compatible with
15+
# this SDK's 8.x stable lines. Major bumps must be done manually as
16+
# part of a `server-major` release (see release.config.js).
17+
- dependency-name: "@camunda8/orchestration-cluster-api"
18+
update-types: ["version-update:semver-major"]
1219
- package-ecosystem: github-actions
1320
directory: "/"
1421
schedule:
@@ -27,6 +34,10 @@ updates:
2734
npm-dependencies:
2835
patterns:
2936
- "*"
37+
ignore:
38+
# See note on main: pin to 8.x on stable/8.8 as well.
39+
- dependency-name: "@camunda8/orchestration-cluster-api"
40+
update-types: ["version-update:semver-major"]
3041
- package-ecosystem: github-actions
3142
directory: "/"
3243
schedule:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"win-ca": "3.5.1"
128128
},
129129
"dependencies": {
130-
"@camunda8/orchestration-cluster-api": "^8.8.4",
130+
"@camunda8/orchestration-cluster-api": ">=8.8.4 <9.0.0",
131131
"@grpc/grpc-js": "^1.14.3",
132132
"@grpc/proto-loader": "^0.8.0",
133133
"@types/form-data": "^2.2.1",

0 commit comments

Comments
 (0)