Update .gitea/workflows/renovate.yml

This commit is contained in:
2025-12-28 07:06:26 +00:00
parent ea44cb4fac
commit a4f92f8805

View File

@@ -2,27 +2,17 @@ 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"