Skip to content

Commit

Permalink
chore: remove old config for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Oct 2, 2024
1 parent f6b6c2b commit 422bbe8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -146,24 +146,6 @@
"matchManagers": ["helmv3", "helm-values", "regex"],
"matchUpdateTypes": ["major"]
},
{
// Disable minor version update for previous Camunda releases which will only get patch updates.
"enabled": false,
"matchManagers": ["helmv3", "helm-values", "regex"],
"matchPaths": [
"charts/camunda-platform-8*/values*.yaml",
],
"matchUpdateTypes": ["minor"]
},
{
// Enable non-major version update for current Camunda version.
"matchDatasources": ["helm", "docker", "regex"],
"matchPaths": [
"charts/camunda-platform-latest/values.yaml",
"charts/camunda-platform-latest/values-latest.yaml"
],
"matchUpdateTypes": ["minor", "patch"]
},
{
// Enable patch version update for previous Camunda version.
"matchDatasources": ["helmv3", "helm-values", "docker", "regex"],
Expand Down

0 comments on commit 422bbe8

Please sign in to comment.