Uodate
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 58s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2024-08-07 08:31:11 +02:00
parent 376ccc2557
commit 2a1c818059
2 changed files with 30 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

30
webhook/renovate.yaml Normal file
View File

@@ -0,0 +1,30 @@
name: renovate
on:
# schedule:
# - cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:38.18.10
steps:
- uses: actions/checkout@v4
- run: renovate
env:
LOG_LEVEL: "info"
# Use private gitea
RENOVATE_ENDPOINT: "https://git.verleun.org/api/v1"
# Set the author for commits
RENOVATE_GIT_AUTHOR: "Renovate Bot <renovate-bot@verleun.org>"
# Authenticate with token
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
# Used to retrieve release notes
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
RENOVATE_PLATFORM: "gitea"
RENOVATE_AUTODISCOVER: "false"
# Define repo based on gitea vars
RENOVATE_REPOSITORIES: "${{ gitea.repository }}"