From c337e2551f785e3cc1555434a88a13d9a4d63a29 Mon Sep 17 00:00:00 2001 From: Finn Date: Mon, 14 Oct 2024 10:39:55 -0700 Subject: [PATCH] disable post-upgrade task for now --- k8s/forgejo/renovatebot.yaml | 2 +- renovate.json | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/k8s/forgejo/renovatebot.yaml b/k8s/forgejo/renovatebot.yaml index 8d094c8..baa6f50 100644 --- a/k8s/forgejo/renovatebot.yaml +++ b/k8s/forgejo/renovatebot.yaml @@ -11,7 +11,7 @@ spec: spec: containers: - name: renovate - image: renovate/renovate:38.121-full + image: ghcr.io/renovatebot/renovate:38.121-full env: - name: RENOVATE_CONFIG_FILE value: /etc/renovate/config.js diff --git a/renovate.json b/renovate.json index 9cfac90..a33a7d1 100644 --- a/renovate.json +++ b/renovate.json @@ -7,14 +7,5 @@ "ignorePaths": [ "**/bundle.yaml" ] - }, - "postUpgradeTasks": { - "commands": [ - "./helm/render-all.sh" - ], - "fileMatch": [ - "helm/**" - ], - "executionMode": "update" } }