Update .gitea/workflows/renovate.yml
All checks were successful
renovate / renovate (push) Successful in 10s
All checks were successful
renovate / renovate (push) Successful in 10s
This commit is contained in:
@@ -2,7 +2,7 @@ name: renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
- cron: "0 0 * * *"
|
||||
push:
|
||||
branches:
|
||||
- renovate
|
||||
@@ -12,15 +12,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: git.fossy.my.id/renovate-clanker/renovate:latest
|
||||
steps:
|
||||
- name: Checkout renovate-config repository
|
||||
- name: Checkout current repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: Renovate-Clanker/renovate-config
|
||||
path: renovate-config
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
- name: Clone renovate-config repository
|
||||
run: |
|
||||
git clone https://${{ secrets.RENOVATE_TOKEN }}@git.fossy.my.id/Renovate-Clanker/renovate-config.git renovate-config
|
||||
|
||||
- name: Run Renovate
|
||||
run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/renovate-config/config.js
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user