fix: revert "added tasks to upgrade Redis HA using renovate (#22054)" (#23068)

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
This commit is contained in:
Michael Crenshaw 2025-05-20 15:23:26 -04:00 committed by GitHub
parent 4f35f7f09a
commit f4e12ad2d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,20 +7,5 @@
"github>argoproj/argo-cd//renovate-presets/fix/disable-all-updates.json5",
"github>argoproj/argo-cd//renovate-presets/devtool.json5",
"github>argoproj/argo-cd//renovate-presets/docs.json5"
],
"enabledManagers": ["helm"],
"packageRules": [
{
"matchPackageNames": ["redis-ha"],
"datasourceTemplate": "helm",
"groupName": "redis-ha Helm Chart"
}
],
"postUpgradeTasks": {
"commands": [
"bash manifests/ha/base/redis-ha/generate.sh",
"make manifests-local"
],
"fileFilters": ["manifests/ha/base/redis-ha/**"]
}
]
}