Move renovate to gitea actions
renovate / renovate (push) Failing after 1m36s Details

This commit is contained in:
Mathis 2024-03-24 13:35:50 +00:00
parent 23a0219758
commit 7d6572aef8
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,26 @@
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.266.0
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/gitea/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
RENOVATE_AUTODISCOVER: "false"
RENOVATE_ENDPOINT: https://git.namesny.com/api/v1
RENOVATE_GIT_AUTHOR: Renovate Bot <bot@renovateapp.com>
RENOVATE_PLATFORM: gitea

3
config.json Executable file
View File

@ -0,0 +1,3 @@
{
"repositories": ["Cluster/k3s-configs", "Cluster/mlflow", "Cluster/renovate-config"]
}