fix: Drop spaces in commands

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
pull/3143/head
Marco Maurer 2025-01-27 23:20:40 +01:00
parent de352a19a5
commit 5f93eee4e5
1 changed files with 3 additions and 2 deletions

View File

@ -86,11 +86,12 @@
"argoproj/argo-rollouts",
"argoproj-labs/argocd-image-updater",
"argoprojlabs/argocd-extension-installer",
"public.ecr.aws/bitnami/redis-exporter"
"public.ecr.aws/bitnami/redis-exporter",
"public.ecr.aws/docker/library/redis"
],
"commitMessagePrefix": "chore({{parentDir}}):",
"postUpgradeTasks": {
"commands": ["./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{ depName }} -v {{newVersion}}"]
"commands": ["./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}"]
}
},
{