From 0eff437862e8e9c0c062128cb7fa6b2c5bc19285 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Mon, 17 Mar 2025 18:45:56 +0100 Subject: [PATCH] fix: Renovate workflow config updated to point to correct config.js location in .gitea/workflows directory --- .gitea/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 214344b..12d11e4 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -15,6 +15,6 @@ jobs: - uses: actions/checkout@v4 - run: renovate env: - RENOVATE_CONFIG_FILE: "./gitea/workflows/config.js" # replace it with your config.js path + RENOVATE_CONFIG_FILE: ".gitea/workflows/config.js" # replace it with your config.js path LOG_LEVEL: "debug" RENOVATE_TOKEN: ${{ secrets.GA_TOKEN }} # your Revonate bot token \ No newline at end of file