Skip to content

Commit

Permalink
fix: updating operate should not affect zeebe (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesimpson36 authored Sep 5, 2024
1 parent b406bf0 commit b2417a6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,6 @@
],

"regexManagers": [
{
"fileMatch": [".env"],
"matchStrings": ["CAMUNDA_PLATFORM_VERSION\\s*=\\s*(?<currentValue>\\S+)"],
// Watch camunda/operate registry even though this env variable is also used in
// * camunda/identity
// * camunda/tasklist
// * camunda/zeebe
//
// If one of these images does not exist yet, the expected behavior is that
// the PR gets submitted, but the CI build will not pass because the other
// images will not be available.
"depNameTemplate": "camunda/operate",
"datasourceTemplate": "docker",
},
{
// This is mainly used to update Web-Modeler image tag.
// section is copied from camunda/camunda-platform-helm
Expand Down

0 comments on commit b2417a6

Please sign in to comment.