Skip to content

ci: tst

ci: tst #19

Workflow file for this run

name: Renovate
on:
push:
branches:
- 'auto-chart-update'
# This lets you dispatch a renovate job with different cache options if you want to reset or disable the cache manually.
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
env:
# RENOVATE_PRIVATE_KEY: '${{ secrets.RENOVATE_PGP_PRIVATE_KEY }}'
LOG_LEVEL: debug
with:
configurationFile: .github/renovate.json
renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }}