Update .gitea/workflows/renovate.yml
Some checks failed
renovate / renovate (push) Failing after 9s

This commit is contained in:
2025-12-28 07:33:54 +00:00
parent 2725c772f1
commit 1e654bb409

View File

@@ -2,7 +2,7 @@ name: renovate
on:
schedule:
- cron: "0 0 * * *"
- cron: "@daily"
push:
branches:
- renovate
@@ -12,16 +12,8 @@ jobs:
runs-on: ubuntu-latest
container: git.fossy.my.id/renovate-clanker/renovate:latest
steps:
- name: Checkout current repository
uses: actions/checkout@v4
- name: Clone renovate-config and copy config file
run: |
git clone https://${{ secrets.RENOVATE_TOKEN }}@git.fossy.my.id/Renovate-Clanker/renovate-config.git /tmp/renovate-config
cp /tmp/renovate-config/config.js ${{ gitea.workspace }}/config.js
- name: Run Renovate
run: renovate
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug"