From c407e7789d63052626d03f6768ec30b7f82c4f99 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 1 May 2025 06:15:44 -0500 Subject: [PATCH] update --- infra/renovate/values.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/infra/renovate/values.yaml b/infra/renovate/values.yaml index a7a7977..248d4aa 100644 --- a/infra/renovate/values.yaml +++ b/infra/renovate/values.yaml @@ -61,12 +61,10 @@ renovate: # -- Custom arguments to run in the container argsOverride: [] # -- Prepend shell commands before renovate runs - preCommand: '' - # preCommand: | - # echo hello - # echo world + #preCommand: '' + preCommand: | + cat /config/renovate.json - # -- Append shell commands after renovate runs postCommand: '' # postCommand: | # echo hello