This commit is contained in:
@@ -2,7 +2,7 @@ name: renovate
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "@daily"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- renovate
|
- renovate
|
||||||
@@ -12,16 +12,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: git.fossy.my.id/renovate-clanker/renovate:latest
|
container: git.fossy.my.id/renovate-clanker/renovate:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout current repository
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
- run: renovate
|
||||||
|
|
||||||
- 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
|
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
|
|||||||
Reference in New Issue
Block a user