fix: Drop spaces in commands
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
de352a19a5
commit
5f93eee4e5
1 changed files with 3 additions and 2 deletions
|
@ -86,11 +86,12 @@
|
||||||
"argoproj/argo-rollouts",
|
"argoproj/argo-rollouts",
|
||||||
"argoproj-labs/argocd-image-updater",
|
"argoproj-labs/argocd-image-updater",
|
||||||
"argoprojlabs/argocd-extension-installer",
|
"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}}):",
|
"commitMessagePrefix": "chore({{parentDir}}):",
|
||||||
"postUpgradeTasks": {
|
"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}}"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue