revert: don't use template for now
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Peter 2023-07-18 19:04:37 +00:00
parent eb2174cf94
commit 5a54f3fbb3

View file

@ -20,16 +20,27 @@ steps:
- go run gotest.tools/gotestsum@latest -f pkgname-and-test-fails -- -race -shuffle=on ./...
---
kind: template
load: renovate.yaml
data:
gitea_token:
from_secret: gitea_token
github_token:
from_secret: github_token
kind: pipeline
type: docker
name: housekeeping
trigger:
event:
- cron
cron:
- housekeeping
- housekeeping
steps:
- name: Renovate
image: code.icb4dc0.de/prskr/ci-images/renovate:latest
commands:
- renovate "${DRONE_REPO}"
environment:
RENOVATE_TOKEN:
from_secret: gitea_token
GITHUB_COM_TOKEN:
from_secret: github_token
RENOVATE_PLATFORM: gitea
RENOVATE_AUTODISCOVER: "false"
RENOVATE_ENDPOINT: https://code.icb4dc0.de/api/v1
LOG_LEVEL: info