Move renovate to gitea actions
renovate / renovate (push) Failing after 1m36s
Details
renovate / renovate (push) Failing after 1m36s
Details
This commit is contained in:
parent
23a0219758
commit
7d6572aef8
|
@ -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
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"repositories": ["Cluster/k3s-configs", "Cluster/mlflow", "Cluster/renovate-config"]
|
||||||
|
}
|
Loading…
Reference in New Issue