renovate-bot/.woodpecker/renovate.yml
Johannes Loher 95f5b80b6f
All checks were successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
bump renovate image version
2023-08-24 12:21:49 +00:00

28 lines
903 B
YAML

# SPDX-FileCopyrightText: 2023 Johannes Loher
#
# SPDX-License-Identifier: MIT
$schema: https://raw.githubusercontent.com/woodpecker-ci/woodpecker/master/pipeline/schema/schema.json
variables:
- &renovate_image ghcr.io/renovatebot/renovate:36.57.4-slim@sha256:6c1a9b0004832b485eff848e6714e4cbe8498c113fff70a96fb487f755172811
steps:
renovate:
image: *renovate_image
environment:
RENOVATE_PLATFORM: gitea
RENOVATE_ONBOARDING_CONFIG: '{"$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"] }'
RENOVATE_OPTIMIZE_FOR_DISABLED: "true"
RENOVATE_REQUIRE_CONFIG: required
RENOVATE_EXTENDS: github>whitesource/merge-confidence:beta
LOG_LEVEL: debug
commands:
- export RENOVATE_ENDPOINT=${CI_FORGE_URL}/api/v1
- renovate
secrets:
- github_com_token
- renovate_token
when:
event: cron