Skip to content

Commit

Permalink
chore: disable app minor version update in the previous Camunda Helm …
Browse files Browse the repository at this point in the history
…charts
  • Loading branch information
aabouzaid committed Oct 4, 2024
1 parent d7bf17b commit 35d8406
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,17 @@
"matchUpdateTypes": ["major"]
},
{
// Enable patch version update for previous Camunda version.
// Disable app minor version update in the previous Camunda Helm charts.
"enabled": false,
"matchPackageNames": ["/.*camunda.*/"],
"matchFileNames": [
"charts/camunda-platform-8*/values.yaml",
"charts/camunda-platform-8*/values-latest.yaml"
],
"matchUpdateTypes": ["minor"]
},
{
// Enable app patch version update in the previous Camunda Helm charts.
"matchDatasources": ["helmv3", "helm-values", "docker", "regex"],
"matchPaths": [
"charts/camunda-platform-8*/values.yaml",
Expand Down

0 comments on commit 35d8406

Please sign in to comment.