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" } }