Compare commits

..

No commits in common. "8af6c0e15550cb91f33fe4540735c35fd784301b" and "2b82c28809b961b1d4600289fa1c404c4830e73d" have entirely different histories.

2 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
name: Renovate
on:
schedule:
- cron: '0 6 * * *' # Daily at 6 AM UTC
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@v41.0.0
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_ENDPOINT: https://gogs.tftsr.com/api/v3
RENOVATE_PLATFORM: gitea
RENOVATE_AUTOMERGE: 'false'

View File