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