From 399be9689fb9b97a8981e80ee4373a5fcfcdd3a5 Mon Sep 17 00:00:00 2001 From: Jehoszafat Zimnowoda Date: Fri, 3 May 2024 15:17:11 +0200 Subject: [PATCH] Revert "ci: renovate pgp key" This reverts commit 28d7301b99ac988dbfe49990f033f41fdd96201a. --- .github/{renovate.js => renovate.json} | 2 +- .github/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/{renovate.js => renovate.json} (97%) diff --git a/.github/renovate.js b/.github/renovate.json similarity index 97% rename from .github/renovate.js rename to .github/renovate.json index 50e47cc63d..326d4ce4af 100644 --- a/.github/renovate.js +++ b/.github/renovate.json @@ -1,4 +1,4 @@ -module.exports = { +{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "baseBranches": ["auto-chart-update"], "branchPrefix": "renovate-", diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index a7861f74d2..93508f6f00 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -18,6 +18,6 @@ jobs: RENOVATE_PRIVATE_KEY: '${{ secrets.RENOVATE_PGP_PRIVATE_KEY }}' LOG_LEVEL: debug with: - configurationFile: .github/renovate.js + configurationFile: .github/renovate.json renovate-version: full token: ${{ secrets.RENOVATE_TOKEN }}