diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 865b27e..9955420 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: "/workspace/seatstock/renovate-config/config.js" # replace it with your config.js path + RENOVATE_CONFIG_FILE: "/workspace/seatstock/renovate-config/config.js" # config.js path (root of repository) LOG_LEVEL: "debug" - RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token \ No newline at end of file + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # token for "renovate" user \ No newline at end of file diff --git a/config.js b/config.js index e1f4d8d..bbc80c0 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,5 @@ module.exports = { - "endpoint": "https://gitea.brandonegger.com/api/v1", // replace it with your actual endpoint + "endpoint": "https://gitea.brandonegger.com/api/v1", "gitAuthor": "Renovate Bot ", "platform": "gitea", "onboardingConfigFileName": "renovate.json",