From a4f92f8805f89996ae7d7088def1f9691c960906 Mon Sep 17 00:00:00 2001 From: bagas Date: Sun, 28 Dec 2025 07:06:26 +0000 Subject: [PATCH] Update .gitea/workflows/renovate.yml --- .gitea/workflows/renovate.yml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 9f341c2..8236a58 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -2,28 +2,18 @@ name: renovate on: schedule: - - cron: "0 0 * * *" + - cron: "@daily" push: branches: - - renovate + - main jobs: renovate: - runs-on: ubuntu-latest + runs-on: renovate steps: - uses: actions/checkout@v4 - - - name: Install Node.js - uses: actions/setup-node@v4 - with: - node-version: '20' - - - name: Install Renovate - run: npm install -g renovate - - - name: Run Renovate - run: renovate + - run: renovate env: RENOVATE_CONFIG_FILE: "/workspace/{{username}}/{{repo name}/config.js" LOG_LEVEL: "debug" - RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} \ No newline at end of file